mission = 
{
    trig = 
    {
        actions = 
        {
            [1] = "a_out_text_delay(\"Сегодня вам приказано перебазировться на дружественный аэродром Кобулети.\", \"10\"); mission.trig.func[1]='';",
            [2] = "a_out_text_delay_s(\"red\", \"Успех!\", \"10\"); mission.trig.func[2]='';",
        }, -- end of actions
        custom = 
        {
        }, -- end of custom
        func = 
        {
            [1] = "if mission.trig.conditions[1]() then mission.trig.actions[1]() end",
            [2] = "if mission.trig.conditions[2]() then mission.trig.actions[2]() end",
        }, -- end of func
        flag = 
        {
            [1] = true,
            [2] = true,
        }, -- end of flag
        conditions = 
        {
            [1] = "return(c_time_after(\"3\") )",
            [2] = "return(c_unit_in_zone(\"49\", \"пмм\") )",
        }, -- end of conditions
        customStartup = 
        {
            [6] = "for i,t in ipairs(mission.result.offline.actions) do mission.result.offline.actions[i]=loadstring(t) end",
            [2] = "for i,t in ipairs(mission.result.blue.conditions) do mission.result.blue.conditions[i]=loadstring(t) end",
            [8] = "for i,t in ipairs(mission.trig.actions) do mission.trig.actions[i]=loadstring(t) end",
            [3] = "for i,t in ipairs(mission.result.offline.conditions) do mission.result.offline.conditions[i]=loadstring(t) end",
            [1] = "for i,t in ipairs(mission.result.red.conditions) do mission.result.red.conditions[i]=loadstring(t) end",
            [4] = "for i,t in ipairs(mission.result.red.actions) do mission.result.red.actions[i]=loadstring(t) end",
            [5] = "for i,t in ipairs(mission.result.blue.actions) do mission.result.blue.actions[i]=loadstring(t) end",
            [7] = "for i,t in ipairs(mission.trig.conditions) do mission.trig.conditions[i]=loadstring(t) end",
        }, -- end of customStartup
        funcStartup = 
        {
        }, -- end of funcStartup
    }, -- end of trig
    resultRed = 
    {
    }, -- end of resultRed
    resultBlue = 
    {
    }, -- end of resultBlue
    descriptionBlueTask = "",
    goals = 
    {
        [1] = 
        {
            rules = 
            {
                [1] = 
                {
                    group = 19,
                    predicate = "c_group_alive",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            score = 50,
            side = "OFFLINE",
            predicate = "score",
            comment = "",
        }, -- end of [1]
        [2] = 
        {
            rules = 
            {
                [1] = 
                {
                    zone = 1,
                    predicate = "c_unit_in_zone",
                    unit = 49,
                }, -- end of [1]
            }, -- end of rules
            score = 50,
            side = "OFFLINE",
            predicate = "score",
            comment = "",
        }, -- end of [2]
    }, -- end of goals
    trigfunc = 
    {
        [1] = "if c_time_after(\"3\") then a_out_text_delay(\"Сегодня вам приказано перебазировться на дружественный аэродром Кобулети.\", \"10\"); mission.trigfunc[1]='';end;",
        [2] = "if c_unit_in_zone(\"49\", \"пмм\") then a_out_text_delay_s(\"red\", \"Успех!\", \"10\"); mission.trigfunc[2]='';end;",
    }, -- end of trigfunc
    weather = 
    {
        name_ru = "Лето. Дождь",
        wind = 
        {
            at8000 = 
            {
                speed = 10,
                dir = 278,
            }, -- end of at8000
            at2000 = 
            {
                speed = 7,
                dir = 63,
            }, -- end of at2000
            atGround = 
            {
                speed = 2,
                dir = 248,
            }, -- end of atGround
        }, -- end of wind
        name_fr = "Eté. Pluie",
        turbulence = 
        {
            at8000 = 5,
            at2000 = 3,
            atGround = 4,
        }, -- end of turbulence
        season = 
        {
            temperature = 30,
            iseason = 1,
        }, -- end of season
        qnh = 740,
        name = "Summer. Rain",
        fog = 
        {
            density = 1,
            visibility = 1000,
            thickness = 0,
        }, -- end of fog
        name_de = "Sommer. Regen",
        name_es = "Verano. Lluvia",
        visibility = 
        {
            distance = 80000,
        }, -- end of visibility
        clouds = 
        {
            density = 3,
            thickness = 300,
            base = 1000,
            iprecptns = 0,
        }, -- end of clouds
    }, -- end of weather
    result = 
    {
        [1] = "if c_group_alive(\"Су-25 РОС\")  then a_set_mission_result(50) end",
        [2] = "if c_unit_in_zone(\"49\", \"пмм\")  then a_set_mission_result(50) end",
        offline = 
        {
            conditions = 
            {
                [1] = "return(c_group_alive(\"Су-25 РОС\") )",
                [2] = "return(c_unit_in_zone(\"49\", \"пмм\") )",
            }, -- end of conditions
            actions = 
            {
                [1] = "a_set_mission_result(50)",
                [2] = "a_set_mission_result(50)",
            }, -- end of actions
            func = 
            {
                [1] = "if mission.result.offline.conditions[1]() then mission.result.offline.actions[1]() end",
                [2] = "if mission.result.offline.conditions[2]() then mission.result.offline.actions[2]() end",
            }, -- end of func
        }, -- end of offline
        blue = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of blue
        red = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of red
    }, -- end of result
    triggers = 
    {
        zones = 
        {
            [1] = 
            {
                radius = 1400,
                zoneId = 1,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of color
                lat = 0.7318039828747,
                hidden = true,
                long = 0.73073178601366,
                x = -317915.43769528,
                name = "пмм",
                y = 635831.92369759,
            }, -- end of [1]
        }, -- end of zones
    }, -- end of triggers
    map = 
    {
        centerY = 0.72833620775601,
        zoom = 500000,
        centerX = 0.74556089871592,
    }, -- end of map
    coalitions = 
    {
        blue = 
        {
            [1] = 17,
        }, -- end of blue
        red = 
        {
            [1] = 16,
            [2] = 0,
            [3] = 3,
            [4] = 1,
        }, -- end of red
    }, -- end of coalitions
    descriptionText = "Командование приняло решение предоставить Грузии военную помощь,а именно:эскадрилию Су-25,Звено Су-24М, Ту-22М3,1500 воинов-контрактников,и 3 взвода ВДВ.",
    trigflag = 
    {
        [1] = true,
        [2] = true,
    }, -- end of trigflag
    descriptionRedTask = "Перебазироваться в Западную Грузию.Посадку осуществлять на аэродроме Кобулети.Всвязи с неблагоприятной военной обстановкой в регионе,вам подвешены блоки НАР.",
    pictureFileNameB = 
    {
    }, -- end of pictureFileNameB
    pictureFileNameR = 
    {
        [1] = "1{09CF49D1-1DF1-48b3-B395-270D2F03E541}.jpg",
    }, -- end of pictureFileNameR
    trigrules = 
    {
        [1] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    seconds = 3,
                    predicate = "c_time_after",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "Сегодня вам приказано перебазировться на дружественный аэродром Кобулети.",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "1",
        }, -- end of [1]
        [2] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 49,
                    predicate = "c_unit_in_zone",
                    zone = 1,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 10,
                    coalitionlist = "red",
                    predicate = "a_out_text_delay_s",
                    text = "Успех!",
                }, -- end of [1]
            }, -- end of actions
            comment = "2",
        }, -- end of [2]
    }, -- end of trigrules
    coalition = 
    {
        blue = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Insurgents",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 17,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 2024,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73050812340043,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73869768764213,
                                            x = -322119.49276279,
                                            speed = 5.5555555555556,
                                            y = 674649.5829649,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 30,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 141,
                                        lat = 0.73050812340043,
                                        skill = "Average",
                                        long = 0.73869768764213,
                                        x = -322119.49276279,
                                        name = "Юнит #79",
                                        heading = 0,
                                        y = 674649.5829649,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 142,
                                        lat = 0.73050292185845,
                                        skill = "Average",
                                        long = 0.73870758826156,
                                        x = -322147.44600806,
                                        name = "Юнит #80",
                                        heading = 0,
                                        y = 674700.47753795,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 143,
                                        lat = 0.73050156145916,
                                        skill = "Average",
                                        long = 0.73869858148374,
                                        x = -322160.84330283,
                                        name = "Юнит #81",
                                        heading = 0,
                                        y = 674658.51862071,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 144,
                                        lat = 0.73050516251972,
                                        skill = "Average",
                                        long = 0.73870216939834,
                                        x = -322136.01031796,
                                        name = "Юнит #82",
                                        heading = 0,
                                        y = 674673.05360634,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 145,
                                        lat = 0.73047315349984,
                                        skill = "Average",
                                        long = 0.73869677184015,
                                        x = -322342.83895043,
                                        name = "Юнит #83",
                                        heading = 0,
                                        y = 674670.13429647,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 146,
                                        lat = 0.73047451386452,
                                        skill = "Average",
                                        long = 0.73871602736951,
                                        x = -322324.06262336,
                                        name = "Юнит #84",
                                        heading = 0,
                                        y = 674760.94095679,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 147,
                                        lat = 0.73046779207876,
                                        skill = "Average",
                                        long = 0.73870940104313,
                                        x = -322370.37896672,
                                        name = "Юнит #85",
                                        heading = 0,
                                        y = 674734.14779078,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 148,
                                        lat = 0.73047987531789,
                                        skill = "Average",
                                        long = 0.73870487298466,
                                        x = -322295.74831483,
                                        name = "Юнит #86",
                                        heading = 0,
                                        y = 674703.95673474,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 149,
                                        lat = 0.73047315349984,
                                        skill = "Average",
                                        long = 0.73870702081053,
                                        x = -322337.45958269,
                                        name = "Юнит #87",
                                        heading = 0,
                                        y = 674718.98305792,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 150,
                                        lat = 0.730469792606,
                                        skill = "Average",
                                        long = 0.73871571670871,
                                        x = -322354.31457541,
                                        name = "Юнит #88",
                                        heading = 0,
                                        y = 674762.82420314,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 151,
                                        lat = 0.73048027542738,
                                        skill = "Average",
                                        long = 0.73871119820748,
                                        x = -322289.8784764,
                                        name = "Юнит #89",
                                        heading = 0,
                                        y = 674733.81900497,
                                    }, -- end of [11]
                                    [12] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 152,
                                        lat = 0.7304762743389,
                                        skill = "Average",
                                        long = 0.73870037550564,
                                        x = -322321.05818209,
                                        name = "Юнит #90",
                                        heading = 0,
                                        y = 674685.08651451,
                                    }, -- end of [12]
                                    [13] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 153,
                                        lat = 0.73046683182695,
                                        skill = "Average",
                                        long = 0.73870190214282,
                                        x = -322380.43465659,
                                        name = "Юнит #91",
                                        heading = 0,
                                        y = 674699.09062963,
                                    }, -- end of [13]
                                    [14] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 154,
                                        lat = 0.73043370364547,
                                        skill = "Average",
                                        long = 0.73878967193734,
                                        x = -322545.49511724,
                                        name = "Юнит #92",
                                        heading = 0,
                                        y = 675141.02404493,
                                    }, -- end of [14]
                                    [15] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 155,
                                        lat = 0.73044578651565,
                                        skill = "Average",
                                        long = 0.73878429443747,
                                        x = -322471.31266223,
                                        name = "Юнит #93",
                                        heading = 0,
                                        y = 675106.78463432,
                                    }, -- end of [15]
                                    [16] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 156,
                                        lat = 0.73044002513078,
                                        skill = "Average",
                                        long = 0.73877434221106,
                                        x = -322513.2539687,
                                        name = "Юнит #94",
                                        heading = 0,
                                        y = 675063.45523436,
                                    }, -- end of [16]
                                    [17] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 157,
                                        lat = 0.73043818469465,
                                        skill = "Average",
                                        long = 0.73878370649591,
                                        x = -322520.0681674,
                                        name = "Юнит #95",
                                        heading = 0,
                                        y = 675109.39871778,
                                    }, -- end of [17]
                                    [18] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 158,
                                        lat = 0.73043890486495,
                                        skill = "Average",
                                        long = 0.73879602796,
                                        x = -322509.01131838,
                                        name = "Юнит #96",
                                        heading = 0,
                                        y = 675167.61229766,
                                    }, -- end of [18]
                                    [19] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 159,
                                        lat = 0.73050876359189,
                                        skill = "Average",
                                        long = 0.738705192098,
                                        x = -322111.47392296,
                                        name = "Юнит #97",
                                        heading = 0,
                                        y = 674684.8946497,
                                    }, -- end of [19]
                                }, -- end of units
                                name = "боевик",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1929,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73046731195275,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73874102995057,
                                            x = -322356.83780605,
                                            speed = 5.5555555555556,
                                            y = 674885.23994842,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 31,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZU-23 Insurgent",
                                        CLSID = "{5AD9D1CC-C7AB-4ee7-8110-028BB1D589B9}",
                                        unitId = 160,
                                        lat = 0.73046731195275,
                                        skill = "Average",
                                        long = 0.73874102995057,
                                        x = -322356.83780605,
                                        name = "Юнит #98",
                                        heading = 0.96007036240569,
                                        y = 674885.23994842,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "боевик #001",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1949,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73046819218392,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73868933424113,
                                            x = -322378.36151388,
                                            speed = 5.5555555555556,
                                            y = 674638.22008941,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 32,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZIL-4331",
                                        CLSID = "{4C763AC0-89AC-43a8-88D1-8FB710F42603}",
                                        unitId = 161,
                                        lat = 0.73046819218392,
                                        skill = "Average",
                                        long = 0.73868933424113,
                                        x = -322378.36151388,
                                        name = "Юнит #99",
                                        heading = 0,
                                        y = 674638.22008941,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "ZIL-4331",
                                        CLSID = "{4C763AC0-89AC-43a8-88D1-8FB710F42603}",
                                        unitId = 162,
                                        lat = 0.73050532256712,
                                        skill = "Average",
                                        long = 0.73868568140348,
                                        x = -322143.64436402,
                                        name = "Юнит #100",
                                        heading = 0,
                                        y = 674594.35429947,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "боевик #002",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
            }, -- end of country
        }, -- end of blue
        red = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Georgia",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 16,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 10,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.72626960875289,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72598708547613,
                                            x = -355496.4750603,
                                            speed = 5.5555555555556,
                                            y = 616811.81301722,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 13,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Osa 9A33 ln",
                                        CLSID = "{8E5B2FB3-8845-4026-BC7F-16898FF9442B}",
                                        unitId = 25,
                                        lat = 0.72626960875289,
                                        skill = "Average",
                                        long = 0.72598708547613,
                                        x = -355496.4750603,
                                        name = "Юнит #25",
                                        heading = 0,
                                        y = 616811.81301722,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Osa 9A33 ln",
                                        CLSID = "{8E5B2FB3-8845-4026-BC7F-16898FF9442B}",
                                        unitId = 26,
                                        lat = 0.72621069579389,
                                        skill = "Average",
                                        long = 0.72608297361206,
                                        x = -355825.65665364,
                                        name = "Юнит #26",
                                        heading = 0,
                                        y = 617307.19174222,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "ГРЗ ПВО ",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 18,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73177866619616,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73063031387446,
                                            x = -318127.14288739,
                                            speed = 5.5555555555556,
                                            y = 635366.2311414,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 14,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Osa 9A33 ln",
                                        CLSID = "{8E5B2FB3-8845-4026-BC7F-16898FF9442B}",
                                        unitId = 27,
                                        lat = 0.73177866619616,
                                        skill = "Average",
                                        long = 0.73063031387446,
                                        x = -318127.14288739,
                                        name = "Юнит #27",
                                        heading = 0,
                                        y = 635366.2311414,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Osa 9A33 ln",
                                        CLSID = "{8E5B2FB3-8845-4026-BC7F-16898FF9442B}",
                                        unitId = 28,
                                        lat = 0.73180398292935,
                                        skill = "Average",
                                        long = 0.73078355977207,
                                        x = -317889.72545908,
                                        name = "Юнит #28",
                                        heading = 0,
                                        y = 636077.99556134,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "ГРЗ ПВО  #001",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 12,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73726600360076,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73388237706574,
                                            x = -281535.29284093,
                                            speed = 5.5555555555556,
                                            y = 647113.56212949,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 15,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Osa 9A33 ln",
                                        CLSID = "{8E5B2FB3-8845-4026-BC7F-16898FF9442B}",
                                        unitId = 29,
                                        lat = 0.73726600360076,
                                        skill = "Average",
                                        long = 0.73388237706574,
                                        x = -281535.29284093,
                                        name = "Юнит #29",
                                        heading = 0,
                                        y = 647113.56212949,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Osa 9A33 ln",
                                        CLSID = "{8E5B2FB3-8845-4026-BC7F-16898FF9442B}",
                                        unitId = 30,
                                        lat = 0.73725078671767,
                                        skill = "Average",
                                        long = 0.7340324455212,
                                        x = -281555.50386308,
                                        name = "Юнит #30",
                                        heading = 0,
                                        y = 647833.34423561,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "ГРЗ ПВО  #002",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.736083336408,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74131976969147,
                                            x = -285213.32921356,
                                            speed = 5.5555555555556,
                                            y = 683178.77082502,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 16,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Osa 9A33 ln",
                                        CLSID = "{8E5B2FB3-8845-4026-BC7F-16898FF9442B}",
                                        unitId = 31,
                                        lat = 0.736083336408,
                                        skill = "Average",
                                        long = 0.74131976969147,
                                        x = -285213.32921356,
                                        name = "Юнит #31",
                                        heading = 0,
                                        y = 683178.77082502,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Osa 9A33 ln",
                                        CLSID = "{8E5B2FB3-8845-4026-BC7F-16898FF9442B}",
                                        unitId = 32,
                                        lat = 0.73612676775914,
                                        skill = "Average",
                                        long = 0.74166790664665,
                                        x = -284753.64199077,
                                        name = "Юнит #32",
                                        heading = 0,
                                        y = 684798.02803436,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "ГРЗ ПВО  #003",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [4]
                            [5] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 399,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73507042271913,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73774543924681,
                                            x = -293546.0499688,
                                            speed = 5.5555555555556,
                                            y = 666941.56960808,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 17,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SA-11 Buk SR 9S18M1",
                                        CLSID = "{AC6EAFDF-396C-4E27-8FED-BBB9B2868F2B}",
                                        unitId = 33,
                                        lat = 0.73507042271913,
                                        skill = "Average",
                                        long = 0.73774543924681,
                                        x = -293546.0499688,
                                        name = "ГРЗ ПВО  #003",
                                        heading = 0,
                                        y = 666941.56960808,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 34,
                                        lat = 0.7350739584474,
                                        skill = "Average",
                                        long = 0.73778908795271,
                                        x = -293500.5844305,
                                        name = "ГРЗ ПВО  #1",
                                        heading = 0,
                                        y = 667146.03391014,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 35,
                                        lat = 0.73505274424729,
                                        skill = "Average",
                                        long = 0.7377715750125,
                                        x = -293644.97022373,
                                        name = "ГРЗ ПВО  #2",
                                        heading = 0,
                                        y = 667077.76721166,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 36,
                                        lat = 0.73507331558688,
                                        skill = "Average",
                                        long = 0.73770543888087,
                                        x = -293548.63341326,
                                        name = "ГРЗ ПВО  #3",
                                        heading = 0,
                                        y = 666749.92923488,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 37,
                                        lat = 0.7350529049594,
                                        skill = "Average",
                                        long = 0.73772750802124,
                                        x = -293667.10061936,
                                        name = "ГРЗ ПВО  #4",
                                        heading = 0,
                                        y = 666868.74878568,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "ГРЗ ПВО  #004",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [5]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                name = "ГРЗ Су-25",
                                groupId = 33,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73244053407551,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74202920940832,
                                            x = -308051.63933321,
                                            speed = 138.88888888889,
                                            y = 689148.18172364,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73141075803929,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.73870988073052,
                                                    radius = 1,
                                                    y = 674731.0176014,
                                                    x = -322321.678996,
                                                    lat = 0.73047539410136,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.74067338637177,
                                            x = -315329.9587484,
                                            speed = 138.88888888889,
                                            y = 683423.04924161,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Ground Attack",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25",
                                        CLSID = "{CC4276EE-EDB4-4EC0-BE13-4313ABDC7619}",
                                        unitId = 163,
                                        lat = 0.73244053407551,
                                        skill = "Average",
                                        long = 0.74202920940832,
                                        x = -308051.63933321,
                                        name = "пилот #7",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{37DCC01E-9E02-432F-B61D-10C166CA2798}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{37DCC01E-9E02-432F-B61D-10C166CA2798}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{37DCC01E-9E02-432F-B61D-10C166CA2798}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{37DCC01E-9E02-432F-B61D-10C166CA2798}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{37DCC01E-9E02-432F-B61D-10C166CA2798}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{37DCC01E-9E02-432F-B61D-10C166CA2798}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{37DCC01E-9E02-432F-B61D-10C166CA2798}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{37DCC01E-9E02-432F-B61D-10C166CA2798}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "2835",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 300,
                                        y = 689148.18172364,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Enfield11",
                                        }, -- end of callsign
                                        onboard_num = 28,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-25",
                                        CLSID = "{CC4276EE-EDB4-4EC0-BE13-4313ABDC7619}",
                                        unitId = 164,
                                        lat = 0.73243353407551,
                                        skill = "Average",
                                        long = 0.74203620940832,
                                        x = -308092.47451895,
                                        name = "Пилот #13",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{37DCC01E-9E02-432F-B61D-10C166CA2798}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{37DCC01E-9E02-432F-B61D-10C166CA2798}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{37DCC01E-9E02-432F-B61D-10C166CA2798}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{37DCC01E-9E02-432F-B61D-10C166CA2798}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{37DCC01E-9E02-432F-B61D-10C166CA2798}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{37DCC01E-9E02-432F-B61D-10C166CA2798}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{37DCC01E-9E02-432F-B61D-10C166CA2798}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{37DCC01E-9E02-432F-B61D-10C166CA2798}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "2835",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 300,
                                        y = 689186.44569973,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Enfield12",
                                        }, -- end of callsign
                                        onboard_num = 29,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
                [2] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                name = "ми-26 рос",
                                groupId = 26,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 32,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.748055,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.717809,
                                            x = -220531.73642658,
                                            speed = 41.666666666667,
                                            airdromeId = 20,
                                            y = 564387.05872916,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 1000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73758625103045,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72978070326929,
                                            x = -281545.44058509,
                                            speed = 83.333333333333,
                                            y = 627481.88688526,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 12,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.737234,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.733932,
                                            x = -281713.83114196,
                                            speed = 41.666666666667,
                                            airdromeId = 23,
                                            y = 647369.87369832,
                                        }, -- end of [3]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Transport",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Mi-26",
                                        CLSID = "{FDE4A6C5-A26E-402D-87EF-FF6892D8FDB3}",
                                        unitId = 65,
                                        lat = 0.748055,
                                        skill = "High",
                                        y = 564387.05872916,
                                        long = 0.717809,
                                        x = -220531.73642658,
                                        name = "Пилот #7",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "9600",
                                            flare = 192,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 3,
                                            [3] = 4,
                                            name = 334,
                                        }, -- end of callsign
                                        onboard_num = 51,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Mi-26",
                                        CLSID = "{FDE4A6C5-A26E-402D-87EF-FF6892D8FDB3}",
                                        unitId = 66,
                                        lat = 0.748048,
                                        skill = "High",
                                        y = 564424.27758166,
                                        long = 0.717816,
                                        x = -220573.13934267,
                                        name = "Пилот #8",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "9600",
                                            flare = 192,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 3,
                                            [3] = 5,
                                            name = 335,
                                        }, -- end of callsign
                                        onboard_num = 52,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Mi-26",
                                        CLSID = "{FDE4A6C5-A26E-402D-87EF-FF6892D8FDB3}",
                                        unitId = 67,
                                        lat = 0.748041,
                                        skill = "High",
                                        y = 564461.49643417,
                                        long = 0.717823,
                                        x = -220614.54225875,
                                        name = "Пилот #9",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "9600",
                                            flare = 192,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 3,
                                            [3] = 6,
                                            name = 336,
                                        }, -- end of callsign
                                        onboard_num = 53,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Mi-26",
                                        CLSID = "{FDE4A6C5-A26E-402D-87EF-FF6892D8FDB3}",
                                        unitId = 68,
                                        lat = 0.748034,
                                        skill = "High",
                                        y = 564498.71528667,
                                        long = 0.71783,
                                        x = -220655.94517483,
                                        name = "Пилот #10",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "9600",
                                            flare = 192,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 3,
                                            [3] = 7,
                                            name = 337,
                                        }, -- end of callsign
                                        onboard_num = 54,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = true,
                                name = "ми-24 рос",
                                groupId = 29,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74413958238417,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72831955938162,
                                            x = -240515.66332574,
                                            speed = 16.666666666667,
                                            y = 616242.24738661,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 703,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74354853444768,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72896523699892,
                                            x = -243964.96537953,
                                            speed = 16.666666666667,
                                            y = 619674.62123916,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7432076757874,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72989618768634,
                                            x = -245673.27903269,
                                            speed = 16.666666666667,
                                            y = 624277.73265778,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74314979709713,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7306323382563,
                                            x = -245675.718346,
                                            speed = 16.666666666667,
                                            y = 627777.20831032,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.742249390525,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73067534048173,
                                            x = -251390.88547418,
                                            speed = 16.666666666667,
                                            y = 628593.23164549,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74181935452761,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73080313895457,
                                            x = -254067.12553846,
                                            speed = 16.666666666667,
                                            y = 629489.37764018,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74091439042945,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7298926937784,
                                            x = -260285.50340623,
                                            speed = 16.666666666667,
                                            y = 625796.88897658,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7400764435666,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72945666510855,
                                            x = -265840.95072556,
                                            speed = 16.666666666667,
                                            y = 624295.52072528,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73893018075259,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73090046315732,
                                            x = -272426.21718448,
                                            speed = 16.666666666667,
                                            y = 631887.57181112,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            alt = 500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73760864043035,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73302339715209,
                                            x = -279791.20124992,
                                            speed = 16.666666666667,
                                            y = 642820.00159552,
                                        }, -- end of [10]
                                        [11] = 
                                        {
                                            alt = 500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73667696576122,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7361943022843,
                                            x = -284106.62868354,
                                            speed = 16.666666666667,
                                            y = 658469.42217173,
                                        }, -- end of [11]
                                        [12] = 
                                        {
                                            alt = 500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73494773025997,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73869749707984,
                                            x = -293827.63831475,
                                            speed = 16.666666666667,
                                            y = 671540.29500515,
                                        }, -- end of [12]
                                        [13] = 
                                        {
                                            alt = 500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73448191205435,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73365220659127,
                                            x = -299392.80899302,
                                            speed = 16.666666666667,
                                            y = 647919.33058833,
                                        }, -- end of [13]
                                        [14] = 
                                        {
                                            alt = 500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73468840943911,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73390501828355,
                                            x = -297947.79910794,
                                            speed = 16.666666666667,
                                            y = 648978.07145762,
                                        }, -- end of [14]
                                        [15] = 
                                        {
                                            alt = 500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73454608195179,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73450910345013,
                                            x = -298545.9200526,
                                            speed = 16.666666666667,
                                            y = 651937.92888585,
                                        }, -- end of [15]
                                        [16] = 
                                        {
                                            alt = 500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7342231820521,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73428069610172,
                                            x = -300720.16326402,
                                            speed = 16.666666666667,
                                            y = 651073.61046708,
                                        }, -- end of [16]
                                        [17] = 
                                        {
                                            alt = 500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73445476745974,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73354361676188,
                                            x = -299621.27797109,
                                            speed = 16.666666666667,
                                            y = 647422.93627356,
                                        }, -- end of [17]
                                        [18] = 
                                        {
                                            alt = 500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73177810539018,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73152378517622,
                                            x = -317687.1063458,
                                            speed = 16.666666666667,
                                            y = 639617.89445421,
                                        }, -- end of [18]
                                        [19] = 
                                        {
                                            alt = 96,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.731802,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.730691,
                                            x = -317948.32727306,
                                            speed = 41.666666666667,
                                            airdromeId = 24,
                                            y = 635639.37385346,
                                        }, -- end of [19]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Mi-24V",
                                        CLSID = "{0903DF50-B9FA-441E-B94D-8F03DFF3E40D}",
                                        unitId = 139,
                                        lat = 0.74413958238417,
                                        skill = "High",
                                        long = 0.72831955938162,
                                        x = -240515.66332574,
                                        name = "Пилот #11",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "1704",
                                            flare = 192,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        y = 616242.24738661,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 3,
                                            [3] = 9,
                                            name = 339,
                                        }, -- end of callsign
                                        onboard_num = 55,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Mi-24V",
                                        CLSID = "{0903DF50-B9FA-441E-B94D-8F03DFF3E40D}",
                                        unitId = 140,
                                        lat = 0.74413258238417,
                                        skill = "High",
                                        long = 0.72832655938162,
                                        x = -240556.87700104,
                                        name = "Пилот #12",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "1704",
                                            flare = 192,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        y = 616279.89157867,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 4,
                                            [3] = 1,
                                            name = 341,
                                        }, -- end of callsign
                                        onboard_num = 56,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [2]
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Russia",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 0,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7854933183945,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65191360746852,
                                            x = -5130.7895284165,
                                            speed = 5.5555555555556,
                                            y = 243105.63376933,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 1,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 1,
                                        lat = 0.7854933183945,
                                        skill = "Average",
                                        long = 0.65191360746852,
                                        x = -5130.7895284165,
                                        name = "Юнит #1",
                                        heading = 0,
                                        y = 243105.63376933,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 2,
                                        lat = 0.78542250691466,
                                        skill = "Average",
                                        long = 0.65183569325836,
                                        x = -5600.7261130586,
                                        name = "Юнит #2",
                                        heading = 0,
                                        y = 242778.77237152,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "РОС ПВО",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 180,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78479495389416,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.66322892660261,
                                            x = -6628.324256815,
                                            speed = 5.5555555555556,
                                            y = 294495.50630142,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 2,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 3,
                                        lat = 0.78479495389416,
                                        skill = "Average",
                                        long = 0.66322892660261,
                                        x = -6628.324256815,
                                        name = "Юнит #3",
                                        heading = 0,
                                        y = 294495.50630142,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 4,
                                        lat = 0.78476092034252,
                                        skill = "Average",
                                        long = 0.66318080204522,
                                        x = -6858.1972251832,
                                        name = "Юнит #4",
                                        heading = 0,
                                        y = 294290.8989683,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "РОС ПВО #001",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 40,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77963914630331,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65945930204488,
                                            x = -40484.698074892,
                                            speed = 5.5555555555556,
                                            y = 279391.27240662,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 3,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 5,
                                        lat = 0.77963914630331,
                                        skill = "Average",
                                        long = 0.65945930204488,
                                        x = -40484.698074892,
                                        name = "Юнит #5",
                                        heading = 0,
                                        y = 279391.27240662,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 6,
                                        lat = 0.77959254767525,
                                        skill = "Average",
                                        long = 0.65941146070663,
                                        x = -40794.445399635,
                                        name = "Юнит #6",
                                        heading = 0,
                                        y = 279192.15840234,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "РОС ПВО #002",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 25,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77793985127893,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.66351043993365,
                                            x = -50197.004445307,
                                            speed = 5.5555555555556,
                                            y = 298464.10030748,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 4,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 7,
                                        lat = 0.77793985127893,
                                        skill = "Average",
                                        long = 0.66351043993365,
                                        x = -50197.004445307,
                                        name = "Юнит #7",
                                        heading = 0,
                                        y = 298464.10030748,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 8,
                                        lat = 0.77791993754345,
                                        skill = "Average",
                                        long = 0.66348435482929,
                                        x = -50331.275918746,
                                        name = "Юнит #8",
                                        heading = 0,
                                        y = 298353.35692731,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "РОС ПВО #003",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [4]
                            [5] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 30,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75818605563243,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69713239646716,
                                            x = -164733.36006966,
                                            speed = 5.5555555555556,
                                            y = 462128.83079176,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 5,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 9,
                                        lat = 0.75818605563243,
                                        skill = "Average",
                                        long = 0.69713239646716,
                                        x = -164733.36006966,
                                        name = "Юнит #9",
                                        heading = 0,
                                        y = 462128.83079176,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 10,
                                        lat = 0.75814706336055,
                                        skill = "Average",
                                        long = 0.69720456617989,
                                        x = -164953.91380594,
                                        name = "Юнит #10",
                                        heading = 0,
                                        y = 462485.27366518,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "РОС ПВО #004",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [5]
                            [6] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 180,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77977191387769,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6987930642764,
                                            x = -26628.125910069,
                                            speed = 5.5555555555556,
                                            y = 458039.3177962,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 6,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 11,
                                        lat = 0.77977191387769,
                                        skill = "Average",
                                        long = 0.6987930642764,
                                        x = -26628.125910069,
                                        name = "Юнит #11",
                                        heading = 0,
                                        y = 458039.3177962,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 12,
                                        lat = 0.77971055699931,
                                        skill = "Average",
                                        long = 0.69873003646714,
                                        x = -27043.985981497,
                                        name = "Юнит #12",
                                        heading = 0,
                                        y = 457787.90425357,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "РОС ПВО #005",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [6]
                            [7] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 34,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78606749370163,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68357386223249,
                                            x = 7834.6939182179,
                                            speed = 5.5555555555556,
                                            y = 385838.99200842,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 7,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 13,
                                        lat = 0.78606749370163,
                                        skill = "Average",
                                        long = 0.68357386223249,
                                        x = 7834.6939182179,
                                        name = "Юнит #13",
                                        heading = 0,
                                        y = 385838.99200842,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 14,
                                        lat = 0.78594882005763,
                                        skill = "Average",
                                        long = 0.68368956462699,
                                        x = 7118.7120189937,
                                        name = "Юнит #14",
                                        heading = 0,
                                        y = 386420.29713526,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "РОС ПВО #006",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [7]
                            [8] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 30,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78685318732364,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67964036585919,
                                            x = 11503.773638126,
                                            speed = 5.5555555555556,
                                            y = 367709.84431045,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 8,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 15,
                                        lat = 0.78685318732364,
                                        skill = "Average",
                                        long = 0.67964036585919,
                                        x = 11503.773638126,
                                        name = "Юнит #15",
                                        heading = 0,
                                        y = 367709.84431045,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 16,
                                        lat = 0.7868487132531,
                                        skill = "Average",
                                        long = 0.67982815321814,
                                        x = 11537.013317222,
                                        name = "Юнит #16",
                                        heading = 0,
                                        y = 368560.32089545,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "РОС ПВО #007",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [8]
                            [9] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 320,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77190633827237,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75185036383466,
                                            x = -51202.150402323,
                                            speed = 5.5555555555556,
                                            y = 705319.59075612,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 9,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 17,
                                        lat = 0.77190633827237,
                                        skill = "Average",
                                        long = 0.75185036383466,
                                        x = -51202.150402323,
                                        name = "Юнит #17",
                                        heading = 0,
                                        y = 705319.59075612,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 18,
                                        lat = 0.77184919584447,
                                        skill = "Average",
                                        long = 0.75198445686086,
                                        x = -51489.572899194,
                                        name = "Юнит #18",
                                        heading = 0,
                                        y = 705977.30481419,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "РОС ПВО #008",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [9]
                            [10] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 430,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75940966719023,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76160090708516,
                                            x = -125109.86863288,
                                            speed = 5.5555555555556,
                                            y = 760343.77018418,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 10,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 19,
                                        lat = 0.75940966719023,
                                        skill = "Average",
                                        long = 0.76160090708516,
                                        x = -125109.86863288,
                                        name = "Юнит #19",
                                        heading = 0,
                                        y = 760343.77018418,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 20,
                                        lat = 0.75945396627042,
                                        skill = "Average",
                                        long = 0.76173552954775,
                                        x = -124747.02690557,
                                        name = "Юнит #20",
                                        heading = 0,
                                        y = 760931.15603988,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "РОС ПВО #009",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [10]
                            [11] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75248087748691,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7080510932804,
                                            x = -196631.94542737,
                                            speed = 5.5555555555556,
                                            y = 516109.48040915,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 11,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 21,
                                        lat = 0.75248087748691,
                                        skill = "Average",
                                        long = 0.7080510932804,
                                        x = -196631.94542737,
                                        name = "Юнит #21",
                                        heading = 0,
                                        y = 516109.48040915,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 22,
                                        lat = 0.75236257218101,
                                        skill = "Average",
                                        long = 0.70810449234571,
                                        x = -197362.61654655,
                                        name = "Юнит #22",
                                        heading = 0,
                                        y = 516426.18224819,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "РОС ПВО #010",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [11]
                            [12] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7481342964901,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71771352896597,
                                            x = -220070.08156265,
                                            speed = 5.5555555555556,
                                            y = 563889.61367757,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 12,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 23,
                                        lat = 0.7481342964901,
                                        skill = "Average",
                                        long = 0.71771352896597,
                                        x = -220070.08156265,
                                        name = "Юнит #23",
                                        heading = 0,
                                        y = 563889.61367757,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 24,
                                        lat = 0.74807338913099,
                                        skill = "Average",
                                        long = 0.71785533087263,
                                        x = -220393.51918541,
                                        name = "Юнит #24",
                                        heading = 0,
                                        y = 564592.69557599,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "РОС ПВО #011",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [12]
                            [13] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78492039942579,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68053298088455,
                                            x = -509.73976817913,
                                            speed = 5.5555555555556,
                                            y = 372655.77609684,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 18,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "S-300PS 64H6E sr",
                                        CLSID = "{3F127663-E479-4B8D-855B-7C4F6E9310EA}",
                                        unitId = 38,
                                        lat = 0.78492039942579,
                                        skill = "Average",
                                        long = 0.68053298088455,
                                        x = -509.73976817913,
                                        name = "ГРЗ ПВО  #5",
                                        heading = 0,
                                        y = 372655.77609684,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "S-300PS 40B6M tr",
                                        CLSID = "{0626F96A-FDFB-42D3-ADE5-A0415690BF5E}",
                                        unitId = 39,
                                        lat = 0.78489448708832,
                                        skill = "Average",
                                        long = 0.68053336451531,
                                        x = -674.60947546549,
                                        name = "ГРЗ ПВО  #6",
                                        heading = 0,
                                        y = 372669.75912536,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "S-300PS 54K6 cp",
                                        CLSID = "{1C4F9C25-EDBD-429e-B95A-083ABFE82B95}",
                                        unitId = 40,
                                        lat = 0.78488415621459,
                                        skill = "Average",
                                        long = 0.68051096081867,
                                        x = -747.75532556605,
                                        name = "ГРЗ ПВО  #7",
                                        heading = 1.4464413322481,
                                        y = 372573.13295668,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 41,
                                        lat = 0.78491303212365,
                                        skill = "Average",
                                        long = 0.68054684457291,
                                        x = -552.09359253757,
                                        name = "ГРЗ ПВО  #8",
                                        heading = 4.7123889803847,
                                        y = 372722.07194011,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 42,
                                        lat = 0.78491159254227,
                                        skill = "Average",
                                        long = 0.68054595261001,
                                        x = -561.55327230319,
                                        name = "ГРЗ ПВО  #9",
                                        heading = 4.7123889803847,
                                        y = 372718.71085392,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 43,
                                        lat = 0.78491015296298,
                                        skill = "Average",
                                        long = 0.68054517966774,
                                        x = -570.97381501272,
                                        name = "ГРЗ ПВО  #10",
                                        heading = 4.7123889803847,
                                        y = 372715.88903255,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 44,
                                        lat = 0.78490879806674,
                                        skill = "Average",
                                        long = 0.68054442651886,
                                        x = -579.84863529354,
                                        name = "ГРЗ ПВО  #11",
                                        heading = 4.7123889803847,
                                        y = 372713.11687537,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 45,
                                        lat = 0.78491311680497,
                                        skill = "Average",
                                        long = 0.68052077141618,
                                        x = -560.12499945238,
                                        name = "ГРЗ ПВО  #12",
                                        heading = 1.5707963267949,
                                        y = 372603.89810042,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 46,
                                        lat = 0.78491167722347,
                                        skill = "Average",
                                        long = 0.6805217772756,
                                        x = -568.96083919238,
                                        name = "ГРЗ ПВО  #13",
                                        heading = 1.5707963267949,
                                        y = 372609.13578157,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 47,
                                        lat = 0.78491032232514,
                                        skill = "Average",
                                        long = 0.68052265082734,
                                        x = -577.30095349345,
                                        name = "ГРЗ ПВО  #14",
                                        heading = 1.5707963267949,
                                        y = 372613.73397819,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 48,
                                        lat = 0.78490896742867,
                                        skill = "Average",
                                        long = 0.6805236631836,
                                        x = -585.5954289604,
                                        name = "ГРЗ ПВО  #15",
                                        heading = 1.5707963267949,
                                        y = 372618.96107779,
                                    }, -- end of [11]
                                }, -- end of units
                                name = "РОС ПВО  ",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [13]
                            [14] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [127] = 
                                            {
                                                long = 0.73159282921322,
                                                lat = 0.73849046769229,
                                            }, -- end of [127]
                                            [158] = 
                                            {
                                                long = 0.73466555228523,
                                                lat = 0.73771088427919,
                                            }, -- end of [158]
                                            [190] = 
                                            {
                                                long = 0.73663333767135,
                                                lat = 0.73663313414309,
                                            }, -- end of [190]
                                            [222] = 
                                            {
                                                long = 0.73890176645899,
                                                lat = 0.73567530519102,
                                            }, -- end of [222]
                                            [1] = 
                                            {
                                                long = 0.72839675819854,
                                                lat = 0.74406388223856,
                                            }, -- end of [1]
                                            [316] = 
                                            {
                                                long = 0.73403419600586,
                                                lat = 0.73435951345619,
                                            }, -- end of [316]
                                            [2] = 
                                            {
                                                long = 0.72839675819854,
                                                lat = 0.74406388223856,
                                            }, -- end of [2]
                                            [3] = 
                                            {
                                                long = 0.728461329905,
                                                lat = 0.74394393692669,
                                            }, -- end of [3]
                                            [4] = 
                                            {
                                                long = 0.72847757167505,
                                                lat = 0.74391741647054,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                long = 0.72850420813628,
                                                lat = 0.74388397492855,
                                            }, -- end of [5]
                                            [6] = 
                                            {
                                                long = 0.72853631611115,
                                                lat = 0.74385317316368,
                                            }, -- end of [6]
                                            [7] = 
                                            {
                                                long = 0.72857334117992,
                                                lat = 0.74382560294137,
                                            }, -- end of [7]
                                            [8] = 
                                            {
                                                long = 0.72861470723886,
                                                lat = 0.74380170072623,
                                            }, -- end of [8]
                                            [10] = 
                                            {
                                                long = 0.72867482558372,
                                                lat = 0.74377478745821,
                                            }, -- end of [10]
                                            [12] = 
                                            {
                                                long = 0.72879740407557,
                                                lat = 0.7437199032962,
                                            }, -- end of [12]
                                            [14] = 
                                            {
                                                long = 0.72892778684251,
                                                lat = 0.74366056703883,
                                            }, -- end of [14]
                                            [16] = 
                                            {
                                                long = 0.72902196993566,
                                                lat = 0.74355268727034,
                                            }, -- end of [16]
                                            [20] = 
                                            {
                                                long = 0.72942398879286,
                                                lat = 0.74333617545099,
                                            }, -- end of [20]
                                            [24] = 
                                            {
                                                long = 0.72963129456025,
                                                lat = 0.7432027190137,
                                            }, -- end of [24]
                                            [28] = 
                                            {
                                                long = 0.72988853549804,
                                                lat = 0.7430989580717,
                                            }, -- end of [28]
                                            [32] = 
                                            {
                                                long = 0.73000791004131,
                                                lat = 0.74311998653698,
                                            }, -- end of [32]
                                            [40] = 
                                            {
                                                long = 0.73064745569264,
                                                lat = 0.74311888057123,
                                            }, -- end of [40]
                                            [48] = 
                                            {
                                                long = 0.73052668552279,
                                                lat = 0.74294967022389,
                                            }, -- end of [48]
                                            [56] = 
                                            {
                                                long = 0.73061375499255,
                                                lat = 0.74226559421718,
                                            }, -- end of [56]
                                            [64] = 
                                            {
                                                long = 0.7309651142704,
                                                lat = 0.74201843070217,
                                            }, -- end of [64]
                                            [80] = 
                                            {
                                                long = 0.72966368004316,
                                                lat = 0.740650125254,
                                            }, -- end of [80]
                                            [96] = 
                                            {
                                                long = 0.72935814020735,
                                                lat = 0.74002041937227,
                                            }, -- end of [96]
                                            [112] = 
                                            {
                                                long = 0.73041968639407,
                                                lat = 0.73913684235366,
                                            }, -- end of [112]
                                            [128] = 
                                            {
                                                long = 0.73168848001492,
                                                lat = 0.7384285831526,
                                            }, -- end of [128]
                                            [160] = 
                                            {
                                                long = 0.73469094069568,
                                                lat = 0.73771693657461,
                                            }, -- end of [160]
                                            [192] = 
                                            {
                                                long = 0.73693995753276,
                                                lat = 0.73647214732222,
                                            }, -- end of [192]
                                            [224] = 
                                            {
                                                long = 0.73895489013025,
                                                lat = 0.73570075926131,
                                            }, -- end of [224]
                                            [256] = 
                                            {
                                                long = 0.7375054377341,
                                                lat = 0.73475645367819,
                                            }, -- end of [256]
                                            [320] = 
                                            {
                                                long = 0.73391459967225,
                                                lat = 0.73445910951134,
                                            }, -- end of [320]
                                            [257] = 
                                            {
                                                long = 0.73746186948516,
                                                lat = 0.73476541243848,
                                            }, -- end of [257]
                                            [321] = 
                                            {
                                                long = 0.73389799629875,
                                                lat = 0.73447214020817,
                                            }, -- end of [321]
                                            [129] = 
                                            {
                                                long = 0.73182025189355,
                                                lat = 0.73832571964714,
                                            }, -- end of [129]
                                            [161] = 
                                            {
                                                long = 0.73470922249541,
                                                lat = 0.73773226726816,
                                            }, -- end of [161]
                                            [193] = 
                                            {
                                                long = 0.73694476793108,
                                                lat = 0.73647112941628,
                                            }, -- end of [193]
                                            [225] = 
                                            {
                                                long = 0.73893791055073,
                                                lat = 0.73560831075098,
                                            }, -- end of [225]
                                            [258] = 
                                            {
                                                long = 0.73744034016877,
                                                lat = 0.73476732063329,
                                            }, -- end of [258]
                                            [65] = 
                                            {
                                                long = 0.73098305422792,
                                                lat = 0.7419456908497,
                                            }, -- end of [65]
                                            [81] = 
                                            {
                                                long = 0.72965325792574,
                                                lat = 0.7406138114313,
                                            }, -- end of [81]
                                            [97] = 
                                            {
                                                long = 0.72936043132369,
                                                lat = 0.74000132881335,
                                            }, -- end of [97]
                                            [113] = 
                                            {
                                                long = 0.73044489176608,
                                                lat = 0.73911832234165,
                                            }, -- end of [113]
                                            [130] = 
                                            {
                                                long = 0.73196934057035,
                                                lat = 0.73822140846572,
                                            }, -- end of [130]
                                            [162] = 
                                            {
                                                long = 0.73472202074643,
                                                lat = 0.737746937827,
                                            }, -- end of [162]
                                            [194] = 
                                            {
                                                long = 0.73694476793108,
                                                lat = 0.73647112941628,
                                            }, -- end of [194]
                                            [226] = 
                                            {
                                                long = 0.73893736374137,
                                                lat = 0.73558826888646,
                                            }, -- end of [226]
                                            [260] = 
                                            {
                                                long = 0.73740144520604,
                                                lat = 0.73476311473598,
                                            }, -- end of [260]
                                            [261] = 
                                            {
                                                long = 0.73689244436291,
                                                lat = 0.73470799907284,
                                            }, -- end of [261]
                                            [131] = 
                                            {
                                                long = 0.73202225965641,
                                                lat = 0.73817518659575,
                                            }, -- end of [131]
                                            [163] = 
                                            {
                                                long = 0.73472202074643,
                                                lat = 0.737746937827,
                                            }, -- end of [163]
                                            [195] = 
                                            {
                                                long = 0.73694837240287,
                                                lat = 0.73647052318355,
                                            }, -- end of [195]
                                            [227] = 
                                            {
                                                long = 0.73895013244865,
                                                lat = 0.73526975616446,
                                            }, -- end of [227]
                                            [262] = 
                                            {
                                                long = 0.73675143331391,
                                                lat = 0.73471055720533,
                                            }, -- end of [262]
                                            [33] = 
                                            {
                                                long = 0.73028936310104,
                                                lat = 0.74319707737741,
                                            }, -- end of [33]
                                            [41] = 
                                            {
                                                long = 0.73066035735064,
                                                lat = 0.74310288455255,
                                            }, -- end of [41]
                                            [49] = 
                                            {
                                                long = 0.73051632452495,
                                                lat = 0.74292913051221,
                                            }, -- end of [49]
                                            [57] = 
                                            {
                                                long = 0.73062771494013,
                                                lat = 0.74224888839279,
                                            }, -- end of [57]
                                            [66] = 
                                            {
                                                long = 0.73098305422792,
                                                lat = 0.7419456908497,
                                            }, -- end of [66]
                                            [82] = 
                                            {
                                                long = 0.72965325792574,
                                                lat = 0.7406138114313,
                                            }, -- end of [82]
                                            [98] = 
                                            {
                                                long = 0.72936890029437,
                                                lat = 0.73998325194588,
                                            }, -- end of [98]
                                            [114] = 
                                            {
                                                long = 0.7305609327603,
                                                lat = 0.739040464259,
                                            }, -- end of [114]
                                            [132] = 
                                            {
                                                long = 0.73265950006173,
                                                lat = 0.73771731654679,
                                            }, -- end of [132]
                                            [164] = 
                                            {
                                                long = 0.73481566443767,
                                                lat = 0.73771731613587,
                                            }, -- end of [164]
                                            [196] = 
                                            {
                                                long = 0.73717353844879,
                                                lat = 0.73636044015276,
                                            }, -- end of [196]
                                            [228] = 
                                            {
                                                long = 0.73894518000695,
                                                lat = 0.73524842846726,
                                            }, -- end of [228]
                                            [264] = 
                                            {
                                                long = 0.73667482520788,
                                                lat = 0.73472633249895,
                                            }, -- end of [264]
                                            [265] = 
                                            {
                                                long = 0.7366495587028,
                                                lat = 0.7347315161451,
                                            }, -- end of [265]
                                            [133] = 
                                            {
                                                long = 0.73292559365198,
                                                lat = 0.73754594052156,
                                            }, -- end of [133]
                                            [165] = 
                                            {
                                                long = 0.73492589615572,
                                                lat = 0.73768628302951,
                                            }, -- end of [165]
                                            [197] = 
                                            {
                                                long = 0.73717353844879,
                                                lat = 0.73636044015276,
                                            }, -- end of [197]
                                            [229] = 
                                            {
                                                long = 0.73893905107063,
                                                lat = 0.7352348083237,
                                            }, -- end of [229]
                                            [266] = 
                                            {
                                                long = 0.7365765813426,
                                                lat = 0.73473608706742,
                                            }, -- end of [266]
                                            [67] = 
                                            {
                                                long = 0.73097832175693,
                                                lat = 0.74194449100958,
                                            }, -- end of [67]
                                            [83] = 
                                            {
                                                long = 0.72960181333242,
                                                lat = 0.74060060728874,
                                            }, -- end of [83]
                                            [99] = 
                                            {
                                                long = 0.72938306034485,
                                                lat = 0.7399672465441,
                                            }, -- end of [99]
                                            [115] = 
                                            {
                                                long = 0.7306204953252,
                                                lat = 0.7390068667566,
                                            }, -- end of [115]
                                            [134] = 
                                            {
                                                long = 0.73294492365704,
                                                lat = 0.7375378203358,
                                            }, -- end of [134]
                                            [166] = 
                                            {
                                                long = 0.73492589615572,
                                                lat = 0.73768628302951,
                                            }, -- end of [166]
                                            [198] = 
                                            {
                                                long = 0.73740154785501,
                                                lat = 0.7362385478385,
                                            }, -- end of [198]
                                            [230] = 
                                            {
                                                long = 0.73888243739012,
                                                lat = 0.73513580603025,
                                            }, -- end of [230]
                                            [268] = 
                                            {
                                                long = 0.73650257714159,
                                                lat = 0.73472928231187,
                                            }, -- end of [268]
                                            [269] = 
                                            {
                                                long = 0.73644557391661,
                                                lat = 0.73470972314167,
                                            }, -- end of [269]
                                            [135] = 
                                            {
                                                long = 0.73296651395459,
                                                lat = 0.73753368026518,
                                            }, -- end of [135]
                                            [167] = 
                                            {
                                                long = 0.73512024545834,
                                                lat = 0.73761475756262,
                                            }, -- end of [167]
                                            [199] = 
                                            {
                                                long = 0.73740154785501,
                                                lat = 0.7362385478385,
                                            }, -- end of [199]
                                            [231] = 
                                            {
                                                long = 0.73883135984872,
                                                lat = 0.73502143979639,
                                            }, -- end of [231]
                                            [17] = 
                                            {
                                                long = 0.7290762035757,
                                                lat = 0.74350572903283,
                                            }, -- end of [17]
                                            [21] = 
                                            {
                                                long = 0.72944131286835,
                                                lat = 0.74332800731451,
                                            }, -- end of [21]
                                            [25] = 
                                            {
                                                long = 0.72973346936464,
                                                lat = 0.74315563951649,
                                            }, -- end of [25]
                                            [29] = 
                                            {
                                                long = 0.72991209706049,
                                                lat = 0.74309438297824,
                                            }, -- end of [29]
                                            [34] = 
                                            {
                                                long = 0.73037038063344,
                                                lat = 0.74321635809857,
                                            }, -- end of [34]
                                            [42] = 
                                            {
                                                long = 0.73066624400277,
                                                lat = 0.7430861013545,
                                            }, -- end of [42]
                                            [50] = 
                                            {
                                                long = 0.73051207073443,
                                                lat = 0.74290748712773,
                                            }, -- end of [50]
                                            [58] = 
                                            {
                                                long = 0.73064688336968,
                                                lat = 0.74223522954839,
                                            }, -- end of [58]
                                            [68] = 
                                            {
                                                long = 0.73083922096792,
                                                lat = 0.74186761352442,
                                            }, -- end of [68]
                                            [84] = 
                                            {
                                                long = 0.7295893656487,
                                                lat = 0.74059497850477,
                                            }, -- end of [84]
                                            [100] = 
                                            {
                                                long = 0.72943577610569,
                                                lat = 0.73993028879787,
                                            }, -- end of [100]
                                            [116] = 
                                            {
                                                long = 0.73070064533589,
                                                lat = 0.73896405060251,
                                            }, -- end of [116]
                                            [136] = 
                                            {
                                                long = 0.73298884244816,
                                                lat = 0.73753395451945,
                                            }, -- end of [136]
                                            [168] = 
                                            {
                                                long = 0.73512024545834,
                                                lat = 0.73761475756262,
                                            }, -- end of [168]
                                            [200] = 
                                            {
                                                long = 0.73742660341397,
                                                lat = 0.73622515026711,
                                            }, -- end of [200]
                                            [232] = 
                                            {
                                                long = 0.73879093648171,
                                                lat = 0.73494338987671,
                                            }, -- end of [232]
                                            [272] = 
                                            {
                                                long = 0.73629078103709,
                                                lat = 0.73469578548452,
                                            }, -- end of [272]
                                            [273] = 
                                            {
                                                long = 0.7362634167228,
                                                lat = 0.73468873592423,
                                            }, -- end of [273]
                                            [137] = 
                                            {
                                                long = 0.73303812236947,
                                                lat = 0.73754418209184,
                                            }, -- end of [137]
                                            [169] = 
                                            {
                                                long = 0.73538666691861,
                                                lat = 0.73750007322876,
                                            }, -- end of [169]
                                            [201] = 
                                            {
                                                long = 0.73742660341397,
                                                lat = 0.73622515026711,
                                            }, -- end of [201]
                                            [233] = 
                                            {
                                                long = 0.73877018705022,
                                                lat = 0.73487008106188,
                                            }, -- end of [233]
                                            [274] = 
                                            {
                                                long = 0.73623872771291,
                                                lat = 0.73467762519764,
                                            }, -- end of [274]
                                            [69] = 
                                            {
                                                long = 0.73083922096792,
                                                lat = 0.74186761352442,
                                            }, -- end of [69]
                                            [85] = 
                                            {
                                                long = 0.72952395286732,
                                                lat = 0.74055632724686,
                                            }, -- end of [85]
                                            [101] = 
                                            {
                                                long = 0.72962587008623,
                                                lat = 0.73978256096997,
                                            }, -- end of [101]
                                            [117] = 
                                            {
                                                long = 0.73074153654344,
                                                lat = 0.73893833994954,
                                            }, -- end of [117]
                                            [138] = 
                                            {
                                                long = 0.73303812236947,
                                                lat = 0.73754418209184,
                                            }, -- end of [138]
                                            [170] = 
                                            {
                                                long = 0.73552656896161,
                                                lat = 0.73745037994046,
                                            }, -- end of [170]
                                            [202] = 
                                            {
                                                long = 0.73747791470607,
                                                lat = 0.73620747901476,
                                            }, -- end of [202]
                                            [234] = 
                                            {
                                                long = 0.73877018705022,
                                                lat = 0.73487008106188,
                                            }, -- end of [234]
                                            [276] = 
                                            {
                                                long = 0.7361973781565,
                                                lat = 0.73463961100474,
                                            }, -- end of [276]
                                            [277] = 
                                            {
                                                long = 0.73618351984805,
                                                lat = 0.73462762550595,
                                            }, -- end of [277]
                                            [139] = 
                                            {
                                                long = 0.7330649469535,
                                                lat = 0.7375497486584,
                                            }, -- end of [139]
                                            [171] = 
                                            {
                                                long = 0.73561675225634,
                                                lat = 0.73741111155518,
                                            }, -- end of [171]
                                            [203] = 
                                            {
                                                long = 0.73748812116298,
                                                lat = 0.73620084187973,
                                            }, -- end of [203]
                                            [235] = 
                                            {
                                                long = 0.73874624503157,
                                                lat = 0.73487063233305,
                                            }, -- end of [235]
                                            [278] = 
                                            {
                                                long = 0.73616563567644,
                                                lat = 0.73461910335936,
                                            }, -- end of [278]
                                            [35] = 
                                            {
                                                long = 0.73039047627695,
                                                lat = 0.74321950274645,
                                            }, -- end of [35]
                                            [43] = 
                                            {
                                                long = 0.73066556929406,
                                                lat = 0.74306873110398,
                                            }, -- end of [43]
                                            [51] = 
                                            {
                                                long = 0.73051507808539,
                                                lat = 0.74288017678375,
                                            }, -- end of [51]
                                            [59] = 
                                            {
                                                long = 0.730781198674,
                                                lat = 0.74217860666395,
                                            }, -- end of [59]
                                            [70] = 
                                            {
                                                long = 0.73079867067133,
                                                lat = 0.74181678422084,
                                            }, -- end of [70]
                                            [86] = 
                                            {
                                                long = 0.72951040076293,
                                                lat = 0.74054285694391,
                                            }, -- end of [86]
                                            [102] = 
                                            {
                                                long = 0.72979819053865,
                                                lat = 0.7396247352114,
                                            }, -- end of [102]
                                            [118] = 
                                            {
                                                long = 0.73086298784355,
                                                lat = 0.73885725500185,
                                            }, -- end of [118]
                                            [140] = 
                                            {
                                                long = 0.73307352742896,
                                                lat = 0.73754844181156,
                                            }, -- end of [140]
                                            [172] = 
                                            {
                                                long = 0.73564444625292,
                                                lat = 0.73740111502998,
                                            }, -- end of [172]
                                            [204] = 
                                            {
                                                long = 0.7376009179663,
                                                lat = 0.7361056597717,
                                            }, -- end of [204]
                                            [236] = 
                                            {
                                                long = 0.73870207694426,
                                                lat = 0.73486052294676,
                                            }, -- end of [236]
                                            [280] = 
                                            {
                                                long = 0.73593725264026,
                                                lat = 0.73461625214416,
                                            }, -- end of [280]
                                            [281] = 
                                            {
                                                long = 0.73590824315628,
                                                lat = 0.73461960914076,
                                            }, -- end of [281]
                                            [141] = 
                                            {
                                                long = 0.73309592043063,
                                                lat = 0.73751896856324,
                                            }, -- end of [141]
                                            [173] = 
                                            {
                                                long = 0.73578077245294,
                                                lat = 0.73731331996654,
                                            }, -- end of [173]
                                            [205] = 
                                            {
                                                long = 0.73764356981248,
                                                lat = 0.73607723349088,
                                            }, -- end of [205]
                                            [237] = 
                                            {
                                                long = 0.73856183962106,
                                                lat = 0.73484557327737,
                                            }, -- end of [237]
                                            [282] = 
                                            {
                                                long = 0.7358483996957,
                                                lat = 0.73463988648171,
                                            }, -- end of [282]
                                            [71] = 
                                            {
                                                long = 0.73079867067133,
                                                lat = 0.74181678422084,
                                            }, -- end of [71]
                                            [87] = 
                                            {
                                                long = 0.72948711900794,
                                                lat = 0.74051146096859,
                                            }, -- end of [87]
                                            [103] = 
                                            {
                                                long = 0.72989497146587,
                                                lat = 0.73952219553381,
                                            }, -- end of [103]
                                            [119] = 
                                            {
                                                long = 0.73086298784355,
                                                lat = 0.73885725500185,
                                            }, -- end of [119]
                                            [142] = 
                                            {
                                                long = 0.73309592043063,
                                                lat = 0.73751896856324,
                                            }, -- end of [142]
                                            [174] = 
                                            {
                                                long = 0.73580539420648,
                                                lat = 0.7372924259435,
                                            }, -- end of [174]
                                            [206] = 
                                            {
                                                long = 0.73775151301841,
                                                lat = 0.7360158650536,
                                            }, -- end of [206]
                                            [238] = 
                                            {
                                                long = 0.73851332261389,
                                                lat = 0.73484452523993,
                                            }, -- end of [238]
                                            [284] = 
                                            {
                                                long = 0.7357977014651,
                                                lat = 0.73464334031299,
                                            }, -- end of [284]
                                            [285] = 
                                            {
                                                long = 0.73577303935149,
                                                lat = 0.73463818487385,
                                            }, -- end of [285]
                                            [9] = 
                                            {
                                                long = 0.72867482558372,
                                                lat = 0.74377478745821,
                                            }, -- end of [9]
                                            [11] = 
                                            {
                                                long = 0.72879740407557,
                                                lat = 0.7437199032962,
                                            }, -- end of [11]
                                            [13] = 
                                            {
                                                long = 0.72891068993881,
                                                lat = 0.74366965505202,
                                            }, -- end of [13]
                                            [15] = 
                                            {
                                                long = 0.72894700342827,
                                                lat = 0.74364542916215,
                                            }, -- end of [15]
                                            [18] = 
                                            {
                                                long = 0.72914956061848,
                                                lat = 0.74346482726976,
                                            }, -- end of [18]
                                            [22] = 
                                            {
                                                long = 0.72955935672185,
                                                lat = 0.743252632416,
                                            }, -- end of [22]
                                            [26] = 
                                            {
                                                long = 0.72979492117495,
                                                lat = 0.74313219673176,
                                            }, -- end of [26]
                                            [30] = 
                                            {
                                                long = 0.72993632015868,
                                                lat = 0.74309446518392,
                                            }, -- end of [30]
                                            [36] = 
                                            {
                                                long = 0.73039047627695,
                                                lat = 0.74321950274645,
                                            }, -- end of [36]
                                            [44] = 
                                            {
                                                long = 0.73065853298781,
                                                lat = 0.74305217087745,
                                            }, -- end of [44]
                                            [52] = 
                                            {
                                                long = 0.73053034474644,
                                                lat = 0.74283236949572,
                                            }, -- end of [52]
                                            [60] = 
                                            {
                                                long = 0.730781198674,
                                                lat = 0.74217860666395,
                                            }, -- end of [60]
                                            [72] = 
                                            {
                                                long = 0.73078467759923,
                                                lat = 0.74182650893587,
                                            }, -- end of [72]
                                            [88] = 
                                            {
                                                long = 0.72947704330816,
                                                lat = 0.74048281039042,
                                            }, -- end of [88]
                                            [104] = 
                                            {
                                                long = 0.72989497146587,
                                                lat = 0.73952219553381,
                                            }, -- end of [104]
                                            [120] = 
                                            {
                                                long = 0.73101275641024,
                                                lat = 0.73875723965785,
                                            }, -- end of [120]
                                            [144] = 
                                            {
                                                long = 0.73322879244005,
                                                lat = 0.73754681980825,
                                            }, -- end of [144]
                                            [176] = 
                                            {
                                                long = 0.73588675595036,
                                                lat = 0.73717405259845,
                                            }, -- end of [176]
                                            [208] = 
                                            {
                                                long = 0.73789205840889,
                                                lat = 0.73594764935156,
                                            }, -- end of [208]
                                            [240] = 
                                            {
                                                long = 0.73826025603066,
                                                lat = 0.73483321906681,
                                            }, -- end of [240]
                                            [288] = 
                                            {
                                                long = 0.7355769814467,
                                                lat = 0.7345654438139,
                                            }, -- end of [288]
                                            [289] = 
                                            {
                                                long = 0.7355274709974,
                                                lat = 0.73457271841741,
                                            }, -- end of [289]
                                            [145] = 
                                            {
                                                long = 0.73333989300622,
                                                lat = 0.73756132133524,
                                            }, -- end of [145]
                                            [177] = 
                                            {
                                                long = 0.73589059119158,
                                                lat = 0.73717138947647,
                                            }, -- end of [177]
                                            [209] = 
                                            {
                                                long = 0.73823721569839,
                                                lat = 0.73578004893848,
                                            }, -- end of [209]
                                            [241] = 
                                            {
                                                long = 0.73824147178989,
                                                lat = 0.73482730070627,
                                            }, -- end of [241]
                                            [290] = 
                                            {
                                                long = 0.7355001886977,
                                                lat = 0.73457491048178,
                                            }, -- end of [290]
                                            [73] = 
                                            {
                                                long = 0.73077160476761,
                                                lat = 0.74183004032138,
                                            }, -- end of [73]
                                            [89] = 
                                            {
                                                long = 0.72947289735115,
                                                lat = 0.74045338724787,
                                            }, -- end of [89]
                                            [105] = 
                                            {
                                                long = 0.72995452655825,
                                                lat = 0.7394762185312,
                                            }, -- end of [105]
                                            [121] = 
                                            {
                                                long = 0.73115095132987,
                                                lat = 0.7386832678097,
                                            }, -- end of [121]
                                            [146] = 
                                            {
                                                long = 0.73354014193848,
                                                lat = 0.7375962855109,
                                            }, -- end of [146]
                                            [178] = 
                                            {
                                                long = 0.73589059119158,
                                                lat = 0.73717138947647,
                                            }, -- end of [178]
                                            [210] = 
                                            {
                                                long = 0.73837847216442,
                                                lat = 0.73573687306014,
                                            }, -- end of [210]
                                            [242] = 
                                            {
                                                long = 0.73821622919651,
                                                lat = 0.73481759454885,
                                            }, -- end of [242]
                                            [292] = 
                                            {
                                                long = 0.73532683867448,
                                                lat = 0.73453515857995,
                                            }, -- end of [292]
                                            [293] = 
                                            {
                                                long = 0.7353084795161,
                                                lat = 0.73453349316692,
                                            }, -- end of [293]
                                            [147] = 
                                            {
                                                long = 0.73354014193848,
                                                lat = 0.7375962855109,
                                            }, -- end of [147]
                                            [179] = 
                                            {
                                                long = 0.73589340285318,
                                                lat = 0.7371696719921,
                                            }, -- end of [179]
                                            [211] = 
                                            {
                                                long = 0.73838206156961,
                                                lat = 0.73573618699703,
                                            }, -- end of [211]
                                            [243] = 
                                            {
                                                long = 0.73810520754833,
                                                lat = 0.73479347568949,
                                            }, -- end of [243]
                                            [294] = 
                                            {
                                                long = 0.73524656770829,
                                                lat = 0.73454607137512,
                                            }, -- end of [294]
                                            [37] = 
                                            {
                                                long = 0.73039907838613,
                                                lat = 0.74322024576052,
                                            }, -- end of [37]
                                            [45] = 
                                            {
                                                long = 0.73064563872917,
                                                lat = 0.74303771551376,
                                            }, -- end of [45]
                                            [53] = 
                                            {
                                                long = 0.73053490583576,
                                                lat = 0.74281223685493,
                                            }, -- end of [53]
                                            [61] = 
                                            {
                                                long = 0.73094565508797,
                                                lat = 0.74210580798032,
                                            }, -- end of [61]
                                            [74] = 
                                            {
                                                long = 0.7307577965152,
                                                lat = 0.74182915563943,
                                            }, -- end of [74]
                                            [90] = 
                                            {
                                                long = 0.72947476310586,
                                                lat = 0.74041400313086,
                                            }, -- end of [90]
                                            [106] = 
                                            {
                                                long = 0.72997933491383,
                                                lat = 0.73946377784202,
                                            }, -- end of [106]
                                            [122] = 
                                            {
                                                long = 0.7313150951723,
                                                lat = 0.73860450932487,
                                            }, -- end of [122]
                                            [148] = 
                                            {
                                                long = 0.7335700748622,
                                                lat = 0.7376016778878,
                                            }, -- end of [148]
                                            [180] = 
                                            {
                                                long = 0.73591088081233,
                                                lat = 0.73713820977516,
                                            }, -- end of [180]
                                            [212] = 
                                            {
                                                long = 0.73838206156961,
                                                lat = 0.73573618699703,
                                            }, -- end of [212]
                                            [244] = 
                                            {
                                                long = 0.73808883455651,
                                                lat = 0.73478531882464,
                                            }, -- end of [244]
                                            [296] = 
                                            {
                                                long = 0.73520599435026,
                                                lat = 0.73454595127426,
                                            }, -- end of [296]
                                            [297] = 
                                            {
                                                long = 0.73505029267444,
                                                lat = 0.7344940877421,
                                            }, -- end of [297]
                                            [149] = 
                                            {
                                                long = 0.7335700748622,
                                                lat = 0.7376016778878,
                                            }, -- end of [149]
                                            [181] = 
                                            {
                                                long = 0.73597908943511,
                                                lat = 0.73709261388295,
                                            }, -- end of [181]
                                            [213] = 
                                            {
                                                long = 0.73842831185717,
                                                lat = 0.7357316168633,
                                            }, -- end of [213]
                                            [245] = 
                                            {
                                                long = 0.73806969153783,
                                                lat = 0.73476836467925,
                                            }, -- end of [245]
                                            [298] = 
                                            {
                                                long = 0.73502109002889,
                                                lat = 0.73448661853638,
                                            }, -- end of [298]
                                            [75] = 
                                            {
                                                long = 0.73074580371688,
                                                lat = 0.7418238913201,
                                            }, -- end of [75]
                                            [91] = 
                                            {
                                                long = 0.72947476310586,
                                                lat = 0.74041400313086,
                                            }, -- end of [91]
                                            [107] = 
                                            {
                                                long = 0.72997933491383,
                                                lat = 0.73946377784202,
                                            }, -- end of [107]
                                            [123] = 
                                            {
                                                long = 0.73136165638347,
                                                lat = 0.73858540527963,
                                            }, -- end of [123]
                                            [150] = 
                                            {
                                                long = 0.73378629157258,
                                                lat = 0.73764617783892,
                                            }, -- end of [150]
                                            [182] = 
                                            {
                                                long = 0.73599431051194,
                                                lat = 0.73707247557684,
                                            }, -- end of [182]
                                            [214] = 
                                            {
                                                long = 0.73845141299846,
                                                lat = 0.73573380583731,
                                            }, -- end of [214]
                                            [246] = 
                                            {
                                                long = 0.73806969153783,
                                                lat = 0.73476836467925,
                                            }, -- end of [246]
                                            [300] = 
                                            {
                                                long = 0.73491882427585,
                                                lat = 0.73448452751537,
                                            }, -- end of [300]
                                            [301] = 
                                            {
                                                long = 0.73486213760599,
                                                lat = 0.73447564608129,
                                            }, -- end of [301]
                                            [151] = 
                                            {
                                                long = 0.73378629157258,
                                                lat = 0.73764617783892,
                                            }, -- end of [151]
                                            [183] = 
                                            {
                                                long = 0.73617050208245,
                                                lat = 0.73695232801899,
                                            }, -- end of [183]
                                            [215] = 
                                            {
                                                long = 0.73850569801625,
                                                lat = 0.73574434742451,
                                            }, -- end of [215]
                                            [247] = 
                                            {
                                                long = 0.73801205369346,
                                                lat = 0.73477762147084,
                                            }, -- end of [247]
                                            [19] = 
                                            {
                                                long = 0.72920636343412,
                                                lat = 0.74342708518432,
                                            }, -- end of [19]
                                            [23] = 
                                            {
                                                long = 0.72960578661819,
                                                lat = 0.74321905690952,
                                            }, -- end of [23]
                                            [27] = 
                                            {
                                                long = 0.72979492117495,
                                                lat = 0.74313219673176,
                                            }, -- end of [27]
                                            [31] = 
                                            {
                                                long = 0.72995979555787,
                                                lat = 0.74309900012265,
                                            }, -- end of [31]
                                            [38] = 
                                            {
                                                long = 0.73041765857929,
                                                lat = 0.74321722956259,
                                            }, -- end of [38]
                                            [46] = 
                                            {
                                                long = 0.73055818418191,
                                                lat = 0.7429799425651,
                                            }, -- end of [46]
                                            [54] = 
                                            {
                                                long = 0.73053622598298,
                                                lat = 0.74274479714598,
                                            }, -- end of [54]
                                            [62] = 
                                            {
                                                long = 0.73095319557928,
                                                lat = 0.74209917596917,
                                            }, -- end of [62]
                                            [76] = 
                                            {
                                                long = 0.73069279397487,
                                                lat = 0.74176613081944,
                                            }, -- end of [76]
                                            [92] = 
                                            {
                                                long = 0.72947423808473,
                                                lat = 0.74041027671469,
                                            }, -- end of [92]
                                            [108] = 
                                            {
                                                long = 0.73008958938083,
                                                lat = 0.73940216945897,
                                            }, -- end of [108]
                                            [124] = 
                                            {
                                                long = 0.73153342463088,
                                                lat = 0.73852031463017,
                                            }, -- end of [124]
                                            [152] = 
                                            {
                                                long = 0.7338832551001,
                                                lat = 0.73767095334937,
                                            }, -- end of [152]
                                            [184] = 
                                            {
                                                long = 0.7363463956469,
                                                lat = 0.73682245932891,
                                            }, -- end of [184]
                                            [216] = 
                                            {
                                                long = 0.738517241127,
                                                lat = 0.73574253890407,
                                            }, -- end of [216]
                                            [248] = 
                                            {
                                                long = 0.73800268552051,
                                                lat = 0.73478340787498,
                                            }, -- end of [248]
                                            [304] = 
                                            {
                                                long = 0.73477081113112,
                                                lat = 0.73446466830118,
                                            }, -- end of [304]
                                            [305] = 
                                            {
                                                long = 0.73468597745916,
                                                lat = 0.73442342818961,
                                            }, -- end of [305]
                                            [153] = 
                                            {
                                                long = 0.73393656533676,
                                                lat = 0.73768311194043,
                                            }, -- end of [153]
                                            [185] = 
                                            {
                                                long = 0.73642337168184,
                                                lat = 0.73676994117945,
                                            }, -- end of [185]
                                            [217] = 
                                            {
                                                long = 0.73861387525273,
                                                lat = 0.73568581676537,
                                            }, -- end of [217]
                                            [249] = 
                                            {
                                                long = 0.73799803073518,
                                                lat = 0.73479186961072,
                                            }, -- end of [249]
                                            [306] = 
                                            {
                                                long = 0.73455302807394,
                                                lat = 0.73439764023447,
                                            }, -- end of [306]
                                            [77] = 
                                            {
                                                long = 0.73069279397487,
                                                lat = 0.74176613081944,
                                            }, -- end of [77]
                                            [93] = 
                                            {
                                                long = 0.72946505491708,
                                                lat = 0.74039772386598,
                                            }, -- end of [93]
                                            [109] = 
                                            {
                                                long = 0.73013029870796,
                                                lat = 0.73937420930115,
                                            }, -- end of [109]
                                            [125] = 
                                            {
                                                long = 0.73153342463088,
                                                lat = 0.73852031463017,
                                            }, -- end of [125]
                                            [154] = 
                                            {
                                                long = 0.73400930810164,
                                                lat = 0.73769521281848,
                                            }, -- end of [154]
                                            [186] = 
                                            {
                                                long = 0.73651909303751,
                                                lat = 0.73669338348177,
                                            }, -- end of [186]
                                            [218] = 
                                            {
                                                long = 0.73863536518648,
                                                lat = 0.73567997531029,
                                            }, -- end of [218]
                                            [250] = 
                                            {
                                                long = 0.73800243141238,
                                                lat = 0.73482964390196,
                                            }, -- end of [250]
                                            [308] = 
                                            {
                                                long = 0.73435098058378,
                                                lat = 0.73435491308671,
                                            }, -- end of [308]
                                            [319] = 
                                            {
                                                long = 0.73393513643617,
                                                lat = 0.73443997777451,
                                            }, -- end of [319]
                                            [318] = 
                                            {
                                                long = 0.7339663610978,
                                                lat = 0.73439841688512,
                                            }, -- end of [318]
                                            [317] = 
                                            {
                                                long = 0.73400296849966,
                                                lat = 0.73437384716195,
                                            }, -- end of [317]
                                            [315] = 
                                            {
                                                long = 0.73403895286536,
                                                lat = 0.73435889946551,
                                            }, -- end of [315]
                                            [255] = 
                                            {
                                                long = 0.73755651206989,
                                                lat = 0.73475198318401,
                                            }, -- end of [255]
                                            [270] = 
                                            {
                                                long = 0.73641533578722,
                                                lat = 0.73470392806987,
                                            }, -- end of [270]
                                            [309] = 
                                            {
                                                long = 0.73430642506512,
                                                lat = 0.73435195299726,
                                            }, -- end of [309]
                                            [295] = 
                                            {
                                                long = 0.73522622490136,
                                                lat = 0.73454817377003,
                                            }, -- end of [295]
                                            [307] = 
                                            {
                                                long = 0.73443336416498,
                                                lat = 0.73436458416698,
                                            }, -- end of [307]
                                            [303] = 
                                            {
                                                long = 0.73479861013388,
                                                lat = 0.73447264589227,
                                            }, -- end of [303]
                                            [155] = 
                                            {
                                                long = 0.73421463943712,
                                                lat = 0.73771604826966,
                                            }, -- end of [155]
                                            [187] = 
                                            {
                                                long = 0.73656868614178,
                                                lat = 0.73666300575478,
                                            }, -- end of [187]
                                            [219] = 
                                            {
                                                long = 0.7387611246391,
                                                lat = 0.73567758827186,
                                            }, -- end of [219]
                                            [251] = 
                                            {
                                                long = 0.73800020518039,
                                                lat = 0.73483241493376,
                                            }, -- end of [251]
                                            [310] = 
                                            {
                                                long = 0.73413238213294,
                                                lat = 0.73435601245363,
                                            }, -- end of [310]
                                            [302] = 
                                            {
                                                long = 0.73482805184708,
                                                lat = 0.73447594057507,
                                            }, -- end of [302]
                                            [299] = 
                                            {
                                                long = 0.73499057304769,
                                                lat = 0.73448317748888,
                                            }, -- end of [299]
                                            [311] = 
                                            {
                                                long = 0.73410904501342,
                                                lat = 0.73435779233418,
                                            }, -- end of [311]
                                            [39] = 
                                            {
                                                long = 0.73063517567095,
                                                lat = 0.74312658748917,
                                            }, -- end of [39]
                                            [47] = 
                                            {
                                                long = 0.73054280008788,
                                                lat = 0.74296811345844,
                                            }, -- end of [47]
                                            [55] = 
                                            {
                                                long = 0.73060592041501,
                                                lat = 0.74228433390118,
                                            }, -- end of [55]
                                            [63] = 
                                            {
                                                long = 0.7309651142704,
                                                lat = 0.74201843070217,
                                            }, -- end of [63]
                                            [78] = 
                                            {
                                                long = 0.72972727834387,
                                                lat = 0.7407126131703,
                                            }, -- end of [78]
                                            [94] = 
                                            {
                                                long = 0.72945609322627,
                                                lat = 0.74037997419278,
                                            }, -- end of [94]
                                            [110] = 
                                            {
                                                long = 0.73026289090336,
                                                lat = 0.73926337758265,
                                            }, -- end of [110]
                                            [126] = 
                                            {
                                                long = 0.73155781234394,
                                                lat = 0.73850890772676,
                                            }, -- end of [126]
                                            [156] = 
                                            {
                                                long = 0.73421463943712,
                                                lat = 0.73771604826966,
                                            }, -- end of [156]
                                            [188] = 
                                            {
                                                long = 0.73656868614178,
                                                lat = 0.73666300575478,
                                            }, -- end of [188]
                                            [220] = 
                                            {
                                                long = 0.73886146270411,
                                                lat = 0.73566660876886,
                                            }, -- end of [220]
                                            [252] = 
                                            {
                                                long = 0.73768968902254,
                                                lat = 0.73477354417795,
                                            }, -- end of [252]
                                            [312] = 
                                            {
                                                long = 0.73407744606073,
                                                lat = 0.73436438846658,
                                            }, -- end of [312]
                                            [291] = 
                                            {
                                                long = 0.73546604684636,
                                                lat = 0.73457192509601,
                                            }, -- end of [291]
                                            [287] = 
                                            {
                                                long = 0.73559833838466,
                                                lat = 0.73456670875761,
                                            }, -- end of [287]
                                            [286] = 
                                            {
                                                long = 0.73561825341431,
                                                lat = 0.73457256198378,
                                            }, -- end of [286]
                                            [283] = 
                                            {
                                                long = 0.73582338831398,
                                                lat = 0.73464394036007,
                                            }, -- end of [283]
                                            [279] = 
                                            {
                                                long = 0.73614520319658,
                                                lat = 0.73461478838232,
                                            }, -- end of [279]
                                            [275] = 
                                            {
                                                long = 0.73621781193099,
                                                lat = 0.73466275712219,
                                            }, -- end of [275]
                                            [271] = 
                                            {
                                                long = 0.73631219396349,
                                                lat = 0.73469813654797,
                                            }, -- end of [271]
                                            [313] = 
                                            {
                                                long = 0.73404385835264,
                                                lat = 0.73435858750573,
                                            }, -- end of [313]
                                            [267] = 
                                            {
                                                long = 0.73655277689377,
                                                lat = 0.73473612940028,
                                            }, -- end of [267]
                                            [263] = 
                                            {
                                                long = 0.73672166314392,
                                                lat = 0.73471375253341,
                                            }, -- end of [263]
                                            [259] = 
                                            {
                                                long = 0.73740144520604,
                                                lat = 0.73476311473598,
                                            }, -- end of [259]
                                            [157] = 
                                            {
                                                long = 0.73424987627018,
                                                lat = 0.73771496490193,
                                            }, -- end of [157]
                                            [189] = 
                                            {
                                                long = 0.73663333767135,
                                                lat = 0.73663313414309,
                                            }, -- end of [189]
                                            [221] = 
                                            {
                                                long = 0.73888245590493,
                                                lat = 0.73566880872153,
                                            }, -- end of [221]
                                            [253] = 
                                            {
                                                long = 0.73764065679194,
                                                lat = 0.73476537603468,
                                            }, -- end of [253]
                                            [314] = 
                                            {
                                                long = 0.73403895286536,
                                                lat = 0.73435889946551,
                                            }, -- end of [314]
                                            [254] = 
                                            {
                                                long = 0.73757756856109,
                                                lat = 0.73475403542445,
                                            }, -- end of [254]
                                            [239] = 
                                            {
                                                long = 0.73842110241645,
                                                lat = 0.73484791633133,
                                            }, -- end of [239]
                                            [223] = 
                                            {
                                                long = 0.73895489013025,
                                                lat = 0.73570075926131,
                                            }, -- end of [223]
                                            [207] = 
                                            {
                                                long = 0.73789205840889,
                                                lat = 0.73594764935156,
                                            }, -- end of [207]
                                            [191] = 
                                            {
                                                long = 0.73677320763581,
                                                lat = 0.73655699195345,
                                            }, -- end of [191]
                                            [175] = 
                                            {
                                                long = 0.73584119679991,
                                                lat = 0.73724756094455,
                                            }, -- end of [175]
                                            [159] = 
                                            {
                                                long = 0.73467700851556,
                                                lat = 0.73771192997738,
                                            }, -- end of [159]
                                            [79] = 
                                            {
                                                long = 0.72972727834387,
                                                lat = 0.7407126131703,
                                            }, -- end of [79]
                                            [95] = 
                                            {
                                                long = 0.72937877750727,
                                                lat = 0.74011817935037,
                                            }, -- end of [95]
                                            [111] = 
                                            {
                                                long = 0.73033704929268,
                                                lat = 0.73921013309836,
                                            }, -- end of [111]
                                            [143] = 
                                            {
                                                long = 0.73316488453974,
                                                lat = 0.73753579480201,
                                            }, -- end of [143]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.73383978518407,
                                                lat = 0.73443147824911,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.73383978518407,
                                                lat = 0.73443147824911,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 78,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.74406388223856,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72839675819854,
                                            x = -240960.63661866,
                                            speed = 33.333333333333,
                                            y = 616656.40826308,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 67,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.73447214020817,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73389799629875,
                                            x = -299329.4388442,
                                            speed = 33.333333333333,
                                            y = 649091.07344055,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 28,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "BTR-80",
                                        CLSID = "{10C3BD0E-4494-4bc4-BC37-2C544E33ADC7}",
                                        unitId = 70,
                                        lat = 0.74406388223856,
                                        skill = "Average",
                                        long = 0.72839675819854,
                                        x = -240960.63661866,
                                        name = "Юнит #33",
                                        heading = 0,
                                        y = 616656.40826308,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "BMP-2",
                                        CLSID = "{EBF0085E-E84E-401B-9F66-9C2B2BC7D214}",
                                        unitId = 71,
                                        lat = 0.74405607214593,
                                        skill = "Average",
                                        long = 0.72840096318927,
                                        x = -241008.36151411,
                                        name = "Юнит #34",
                                        heading = 0,
                                        y = 616681.41373157,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "BTR-80",
                                        CLSID = "{10C3BD0E-4494-4bc4-BC37-2C544E33ADC7}",
                                        unitId = 72,
                                        lat = 0.74404826204259,
                                        skill = "Average",
                                        long = 0.7284051681185,
                                        x = -241056.0865075,
                                        name = "Юнит #35",
                                        heading = 0,
                                        y = 616706.41891725,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Osa 9A33 ln",
                                        CLSID = "{8E5B2FB3-8845-4026-BC7F-16898FF9442B}",
                                        unitId = 73,
                                        lat = 0.74404045192855,
                                        skill = "Average",
                                        long = 0.72840937298622,
                                        x = -241103.81159878,
                                        name = "Юнит #36",
                                        heading = 0,
                                        y = 616731.42382005,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 74,
                                        lat = 0.7440326418038,
                                        skill = "Average",
                                        long = 0.72841357779245,
                                        x = -241151.53678799,
                                        name = "Юнит #37",
                                        heading = 0,
                                        y = 616756.42844008,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 75,
                                        lat = 0.74402483166834,
                                        skill = "Average",
                                        long = 0.72841778253717,
                                        x = -241199.26207515,
                                        name = "Юнит #38",
                                        heading = 0,
                                        y = 616781.43277724,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 76,
                                        lat = 0.74401702152218,
                                        skill = "Average",
                                        long = 0.7284219872204,
                                        x = -241246.98746018,
                                        name = "Юнит #39",
                                        heading = 0,
                                        y = 616806.43683163,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 77,
                                        lat = 0.74400921136532,
                                        skill = "Average",
                                        long = 0.72842619184212,
                                        x = -241294.7129431,
                                        name = "Юнит #40",
                                        heading = 0,
                                        y = 616831.44060315,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 78,
                                        lat = 0.74400140119775,
                                        skill = "Average",
                                        long = 0.72843039640236,
                                        x = -241342.43852395,
                                        name = "Юнит #41",
                                        heading = 0,
                                        y = 616856.44409195,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 79,
                                        lat = 0.74399359101948,
                                        skill = "Average",
                                        long = 0.72843460090109,
                                        x = -241390.16420268,
                                        name = "Юнит #42",
                                        heading = 0,
                                        y = 616881.44729787,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 100,
                                        lat = 0.74399388223856,
                                        skill = "Average",
                                        long = 0.72846675819854,
                                        x = -241372.77337159,
                                        name = "Юнит #43",
                                        heading = 0,
                                        y = 617032.85018362,
                                    }, -- end of [11]
                                    [12] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 101,
                                        lat = 0.74398688223856,
                                        skill = "Average",
                                        long = 0.72847375819854,
                                        x = -241413.98704689,
                                        name = "Юнит #44",
                                        heading = 0,
                                        y = 617070.49437567,
                                    }, -- end of [12]
                                    [13] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 102,
                                        lat = 0.74397988223856,
                                        skill = "Average",
                                        long = 0.72848075819854,
                                        x = -241455.20072218,
                                        name = "Юнит #45",
                                        heading = 0,
                                        y = 617108.13856772,
                                    }, -- end of [13]
                                    [14] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 103,
                                        lat = 0.74397288223856,
                                        skill = "Average",
                                        long = 0.72848775819854,
                                        x = -241496.41439747,
                                        name = "Юнит #46",
                                        heading = 0,
                                        y = 617145.78275978,
                                    }, -- end of [14]
                                    [15] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 104,
                                        lat = 0.74396588223856,
                                        skill = "Average",
                                        long = 0.72849475819854,
                                        x = -241537.62807277,
                                        name = "Юнит #47",
                                        heading = 0,
                                        y = 617183.42695183,
                                    }, -- end of [15]
                                    [16] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 105,
                                        lat = 0.74395888223856,
                                        skill = "Average",
                                        long = 0.72850175819854,
                                        x = -241578.84174806,
                                        name = "Юнит #48",
                                        heading = 0,
                                        y = 617221.07114388,
                                    }, -- end of [16]
                                    [17] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 106,
                                        lat = 0.74395188223856,
                                        skill = "Average",
                                        long = 0.72850875819854,
                                        x = -241620.05542335,
                                        name = "Юнит #49",
                                        heading = 0,
                                        y = 617258.71533594,
                                    }, -- end of [17]
                                    [18] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 107,
                                        lat = 0.74394488223856,
                                        skill = "Average",
                                        long = 0.72851575819854,
                                        x = -241661.26909865,
                                        name = "Юнит #50",
                                        heading = 0,
                                        y = 617296.35952799,
                                    }, -- end of [18]
                                    [19] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 108,
                                        lat = 0.74393788223856,
                                        skill = "Average",
                                        long = 0.72852275819854,
                                        x = -241702.48277394,
                                        name = "Юнит #51",
                                        heading = 0,
                                        y = 617334.00372004,
                                    }, -- end of [19]
                                    [20] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 109,
                                        lat = 0.74393088223856,
                                        skill = "Average",
                                        long = 0.72852975819854,
                                        x = -241743.69644923,
                                        name = "Юнит #52",
                                        heading = 0,
                                        y = 617371.6479121,
                                    }, -- end of [20]
                                    [21] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 110,
                                        lat = 0.74392388223856,
                                        skill = "Average",
                                        long = 0.72853675819854,
                                        x = -241784.91012453,
                                        name = "Юнит #53",
                                        heading = 0,
                                        y = 617409.29210415,
                                    }, -- end of [21]
                                    [22] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 111,
                                        lat = 0.74391688223856,
                                        skill = "Average",
                                        long = 0.72854375819854,
                                        x = -241826.12379982,
                                        name = "Юнит #54",
                                        heading = 0,
                                        y = 617446.9362962,
                                    }, -- end of [22]
                                    [23] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 112,
                                        lat = 0.74390988223856,
                                        skill = "Average",
                                        long = 0.72855075819854,
                                        x = -241867.33747511,
                                        name = "Юнит #55",
                                        heading = 0,
                                        y = 617484.58048826,
                                    }, -- end of [23]
                                    [24] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 113,
                                        lat = 0.74390288223856,
                                        skill = "Average",
                                        long = 0.72855775819854,
                                        x = -241908.55115041,
                                        name = "Юнит #56",
                                        heading = 0,
                                        y = 617522.22468031,
                                    }, -- end of [24]
                                    [25] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 114,
                                        lat = 0.74389588223856,
                                        skill = "Average",
                                        long = 0.72856475819854,
                                        x = -241949.7648257,
                                        name = "Юнит #57",
                                        heading = 0,
                                        y = 617559.86887236,
                                    }, -- end of [25]
                                    [26] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 115,
                                        lat = 0.74388888223856,
                                        skill = "Average",
                                        long = 0.72857175819854,
                                        x = -241990.97850099,
                                        name = "Юнит #58",
                                        heading = 0,
                                        y = 617597.51306442,
                                    }, -- end of [26]
                                    [27] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 116,
                                        lat = 0.74388188223856,
                                        skill = "Average",
                                        long = 0.72857875819854,
                                        x = -242032.19217629,
                                        name = "Юнит #59",
                                        heading = 0,
                                        y = 617635.15725647,
                                    }, -- end of [27]
                                    [28] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 117,
                                        lat = 0.74387488223856,
                                        skill = "Average",
                                        long = 0.72858575819854,
                                        x = -242073.40585158,
                                        name = "Юнит #60",
                                        heading = 0,
                                        y = 617672.80144852,
                                    }, -- end of [28]
                                    [29] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 118,
                                        lat = 0.74386788223856,
                                        skill = "Average",
                                        long = 0.72859275819854,
                                        x = -242114.61952687,
                                        name = "Юнит #61",
                                        heading = 0,
                                        y = 617710.44564058,
                                    }, -- end of [29]
                                    [30] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 119,
                                        lat = 0.74386088223856,
                                        skill = "Average",
                                        long = 0.72859975819854,
                                        x = -242155.83320217,
                                        name = "Юнит #62",
                                        heading = 0,
                                        y = 617748.08983263,
                                    }, -- end of [30]
                                    [31] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 120,
                                        lat = 0.74385388223856,
                                        skill = "Average",
                                        long = 0.72860675819854,
                                        x = -242197.04687746,
                                        name = "Юнит #63",
                                        heading = 0,
                                        y = 617785.73402468,
                                    }, -- end of [31]
                                    [32] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 121,
                                        lat = 0.74384688223856,
                                        skill = "Average",
                                        long = 0.72861375819854,
                                        x = -242238.26055275,
                                        name = "Юнит #64",
                                        heading = 0,
                                        y = 617823.37821674,
                                    }, -- end of [32]
                                    [33] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 122,
                                        lat = 0.74383988223856,
                                        skill = "Average",
                                        long = 0.72862075819854,
                                        x = -242279.47422805,
                                        name = "Юнит #65",
                                        heading = 0,
                                        y = 617861.02240879,
                                    }, -- end of [33]
                                    [34] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 123,
                                        lat = 0.74383288223856,
                                        skill = "Average",
                                        long = 0.72862775819854,
                                        x = -242320.68790334,
                                        name = "Юнит #66",
                                        heading = 0,
                                        y = 617898.66660084,
                                    }, -- end of [34]
                                    [35] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 124,
                                        lat = 0.74382588223856,
                                        skill = "Average",
                                        long = 0.72863475819854,
                                        x = -242361.90157863,
                                        name = "Юнит #67",
                                        heading = 0,
                                        y = 617936.3107929,
                                    }, -- end of [35]
                                    [36] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 125,
                                        lat = 0.74381888223856,
                                        skill = "Average",
                                        long = 0.72864175819854,
                                        x = -242403.11525393,
                                        name = "Юнит #68",
                                        heading = 0,
                                        y = 617973.95498495,
                                    }, -- end of [36]
                                    [37] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 126,
                                        lat = 0.74381188223856,
                                        skill = "Average",
                                        long = 0.72864875819854,
                                        x = -242444.32892922,
                                        name = "Юнит #69",
                                        heading = 0,
                                        y = 618011.599177,
                                    }, -- end of [37]
                                    [38] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 127,
                                        lat = 0.74380488223856,
                                        skill = "Average",
                                        long = 0.72865575819854,
                                        x = -242485.54260451,
                                        name = "Юнит #70",
                                        heading = 0,
                                        y = 618049.24336906,
                                    }, -- end of [38]
                                    [39] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 131,
                                        lat = 0.74379788223856,
                                        skill = "Average",
                                        long = 0.72866275819854,
                                        x = -242526.75627981,
                                        name = "Юнит #71",
                                        heading = 0,
                                        y = 618086.88756111,
                                    }, -- end of [39]
                                    [40] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 132,
                                        lat = 0.74379088223856,
                                        skill = "Average",
                                        long = 0.72866975819854,
                                        x = -242567.9699551,
                                        name = "Юнит #72",
                                        heading = 0,
                                        y = 618124.53175316,
                                    }, -- end of [40]
                                    [41] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 133,
                                        lat = 0.74378388223856,
                                        skill = "Average",
                                        long = 0.72867675819854,
                                        x = -242609.15765261,
                                        name = "Юнит #73",
                                        heading = 0,
                                        y = 618162.15327588,
                                    }, -- end of [41]
                                    [42] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 134,
                                        lat = 0.74377688223856,
                                        skill = "Average",
                                        long = 0.72868375819854,
                                        x = -242650.2700512,
                                        name = "Юнит #74",
                                        heading = 0,
                                        y = 618199.70908948,
                                    }, -- end of [42]
                                    [43] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 135,
                                        lat = 0.74376988223856,
                                        skill = "Average",
                                        long = 0.72869075819854,
                                        x = -242691.38244979,
                                        name = "Юнит #75",
                                        heading = 0,
                                        y = 618237.26490308,
                                    }, -- end of [43]
                                    [44] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 136,
                                        lat = 0.74376288223856,
                                        skill = "Average",
                                        long = 0.72869775819854,
                                        x = -242732.49484838,
                                        name = "Юнит #76",
                                        heading = 0,
                                        y = 618274.82071668,
                                    }, -- end of [44]
                                    [45] = 
                                    {
                                        type = "BTR-80",
                                        CLSID = "{10C3BD0E-4494-4bc4-BC37-2C544E33ADC7}",
                                        unitId = 137,
                                        lat = 0.74375588223856,
                                        skill = "Average",
                                        long = 0.72870475819854,
                                        x = -242773.60724697,
                                        name = "Юнит #77",
                                        heading = 0,
                                        y = 618312.37653028,
                                    }, -- end of [45]
                                    [46] = 
                                    {
                                        type = "BMP-2",
                                        CLSID = "{EBF0085E-E84E-401B-9F66-9C2B2BC7D214}",
                                        unitId = 138,
                                        lat = 0.74375571099484,
                                        skill = "Average",
                                        long = 0.72871743442356,
                                        x = -242768.39078029,
                                        name = "Юнит #78",
                                        heading = 2.7441908048478,
                                        y = 618372.08844729,
                                    }, -- end of [46]
                                }, -- end of units
                                name = "РОС колонна",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [14]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                name = "Су-25 РОС",
                                groupId = 19,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 180,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.779801,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.698797,
                                            x = -26441.347360305,
                                            speed = 138.88888888889,
                                            airdromeId = 16,
                                            y = 458040.61422532,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73150166242474,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72538833384429,
                                            x = -322447.98948771,
                                            speed = 194.44444444444,
                                            y = 610605.20998732,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73169470867326,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72871687053622,
                                            x = -319612.35541885,
                                            speed = 194.44444444444,
                                            y = 626326.96765717,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 18,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.731802,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.730691,
                                            x = -317948.32727306,
                                            speed = 138.88888888889,
                                            airdromeId = 24,
                                            y = 635639.37385346,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Ground Attack",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25",
                                        CLSID = "{CC4276EE-EDB4-4EC0-BE13-4313ABDC7619}",
                                        unitId = 49,
                                        lat = 0.779801,
                                        skill = "Player",
                                        y = 458040.61422532,
                                        long = 0.698797,
                                        x = -26441.347360305,
                                        name = "Игрок",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "2835",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 101,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 5,
                                            [3] = 0,
                                            name = "350",
                                        }, -- end of callsign
                                        onboard_num = 35,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-25",
                                        CLSID = "{CC4276EE-EDB4-4EC0-BE13-4313ABDC7619}",
                                        unitId = 50,
                                        lat = 0.77979219934751,
                                        skill = "Good",
                                        y = 458072.94003793,
                                        long = 0.69880300925672,
                                        x = -26494.986261575,
                                        name = "Ведомый",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "2835",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 100,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 4,
                                            [3] = 0,
                                            name = "340",
                                        }, -- end of callsign
                                        onboard_num = 34,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Su-25",
                                        CLSID = "{CC4276EE-EDB4-4EC0-BE13-4313ABDC7619}",
                                        unitId = 51,
                                        lat = 0.779787,
                                        skill = "Good",
                                        y = 458112.21611346,
                                        long = 0.698811,
                                        x = -26524.902485027,
                                        name = "Второй ведомый",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "2835",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 100,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 3,
                                            [3] = 0,
                                            name = "330",
                                        }, -- end of callsign
                                        onboard_num = 33,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Su-25",
                                        CLSID = "{CC4276EE-EDB4-4EC0-BE13-4313ABDC7619}",
                                        unitId = 52,
                                        lat = 0.77978,
                                        skill = "Good",
                                        y = 458148.01705753,
                                        long = 0.698818,
                                        x = -26566.680047388,
                                        name = "Третий ведомый",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "2835",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 100,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 2,
                                            [3] = 0,
                                            name = "320",
                                        }, -- end of callsign
                                        onboard_num = 32,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = false,
                                name = "Су-24 РОС",
                                groupId = 20,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 34,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.786052,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.683393,
                                            x = 7674.038444859,
                                            speed = 138.88888888889,
                                            airdromeId = 19,
                                            y = 385029.5736699,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73150542690725,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72538561257605,
                                            x = -322425.31731302,
                                            speed = 138.88888888889,
                                            y = 610589.88231198,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 18,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.731802,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.730691,
                                            x = -317948.32727306,
                                            speed = 138.88888888889,
                                            airdromeId = 24,
                                            y = 635639.37385346,
                                        }, -- end of [3]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Ground Attack",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-24M",
                                        CLSID = "{C3A1469C-E835-4ADF-924C-A5F3D8AEC550}",
                                        unitId = 53,
                                        lat = 0.786052,
                                        skill = "Good",
                                        y = 385029.5736699,
                                        long = 0.683393,
                                        x = 7674.038444859,
                                        name = "пилот",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}",
                                                }, -- end of [8]
                                            }, -- end of pylons
                                            fuel = "11700",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 2,
                                            [3] = 1,
                                            name = 321,
                                        }, -- end of callsign
                                        onboard_num = 15,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-24M",
                                        CLSID = "{C3A1469C-E835-4ADF-924C-A5F3D8AEC550}",
                                        unitId = 54,
                                        lat = 0.786045,
                                        skill = "Good",
                                        y = 385064.65388559,
                                        long = 0.6834,
                                        x = 7631.8661207734,
                                        name = "Пилот #1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}",
                                                }, -- end of [8]
                                            }, -- end of pylons
                                            fuel = "11700",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 2,
                                            [3] = 2,
                                            name = 322,
                                        }, -- end of callsign
                                        onboard_num = 16,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Su-24M",
                                        CLSID = "{C3A1469C-E835-4ADF-924C-A5F3D8AEC550}",
                                        unitId = 55,
                                        lat = 0.786038,
                                        skill = "Good",
                                        y = 385099.73410128,
                                        long = 0.683407,
                                        x = 7589.6937966868,
                                        name = "Пилот #2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}",
                                                }, -- end of [8]
                                            }, -- end of pylons
                                            fuel = "11700",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 2,
                                            [3] = 3,
                                            name = 323,
                                        }, -- end of callsign
                                        onboard_num = 17,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Su-24M",
                                        CLSID = "{C3A1469C-E835-4ADF-924C-A5F3D8AEC550}",
                                        unitId = 56,
                                        lat = 0.786031,
                                        skill = "Good",
                                        y = 385134.81431697,
                                        long = 0.683414,
                                        x = 7547.5214726012,
                                        name = "Пилот #3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{3C612111-C7AD-476E-8A8E-2485812F4E5C}",
                                                }, -- end of [8]
                                            }, -- end of pylons
                                            fuel = "11700",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 2,
                                            [3] = 4,
                                            name = 324,
                                        }, -- end of callsign
                                        onboard_num = 18,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [2]
                            [3] = 
                            {
                                hidden = true,
                                name = "Су-25 РОС-2",
                                groupId = 21,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 180,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.779801,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.698797,
                                            x = -26441.347360305,
                                            speed = 138.88888888889,
                                            airdromeId = 16,
                                            y = 458040.61422532,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73149725719541,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72537053274684,
                                            x = -322484.64370993,
                                            speed = 138.88888888889,
                                            y = 610523.41215783,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 18,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.731802,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.730691,
                                            x = -317948.32727306,
                                            speed = 138.88888888889,
                                            airdromeId = 24,
                                            y = 635639.37385346,
                                        }, -- end of [3]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Ground Attack",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25",
                                        CLSID = "{CC4276EE-EDB4-4EC0-BE13-4313ABDC7619}",
                                        unitId = 57,
                                        lat = 0.779801,
                                        skill = "Average",
                                        y = 458040.61422532,
                                        long = 0.698797,
                                        x = -26441.347360305,
                                        name = "пилот #1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "2835",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 103,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 2,
                                            [3] = 5,
                                            name = 325,
                                        }, -- end of callsign
                                        onboard_num = 19,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-25",
                                        CLSID = "{CC4276EE-EDB4-4EC0-BE13-4313ABDC7619}",
                                        unitId = 58,
                                        lat = 0.779794,
                                        skill = "Average",
                                        y = 458076.41516939,
                                        long = 0.698804,
                                        x = -26483.124922666,
                                        name = "Пилот #4",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "2835",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 103,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 2,
                                            [3] = 6,
                                            name = 326,
                                        }, -- end of callsign
                                        onboard_num = 20,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Su-25",
                                        CLSID = "{CC4276EE-EDB4-4EC0-BE13-4313ABDC7619}",
                                        unitId = 59,
                                        lat = 0.779787,
                                        skill = "Average",
                                        y = 458112.21611346,
                                        long = 0.698811,
                                        x = -26524.902485027,
                                        name = "Пилот #5",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "2835",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 103,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 2,
                                            [3] = 7,
                                            name = 327,
                                        }, -- end of callsign
                                        onboard_num = 21,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Su-25",
                                        CLSID = "{CC4276EE-EDB4-4EC0-BE13-4313ABDC7619}",
                                        unitId = 60,
                                        lat = 0.77978,
                                        skill = "Average",
                                        y = 458148.01705753,
                                        long = 0.698818,
                                        x = -26566.680047388,
                                        name = "Пилот #6",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "2835",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 103,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 2,
                                            [3] = 8,
                                            name = 328,
                                        }, -- end of callsign
                                        onboard_num = 22,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [3]
                            [4] = 
                            {
                                hidden = true,
                                name = "Ил-76 РОС",
                                groupId = 22,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 30,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.758225,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69716,
                                            x = -164474.73482633,
                                            speed = 138.88888888889,
                                            airdromeId = 18,
                                            y = 462236.21834688,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 4500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73844341373502,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72239570411709,
                                            x = -279638.51950972,
                                            speed = 138.88888888889,
                                            y = 591992.0674851,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 12,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.737234,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.733932,
                                            x = -281713.83114196,
                                            speed = 138.88888888889,
                                            airdromeId = 23,
                                            y = 647369.87369832,
                                        }, -- end of [3]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Transport",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "IL-76MD",
                                        CLSID = "{439A1A0C-1A35-4B45-A0ED-2F2A0B0E8F31}",
                                        unitId = 61,
                                        lat = 0.758225,
                                        skill = "Average",
                                        y = 462236.21834688,
                                        long = 0.69716,
                                        x = -164474.73482633,
                                        name = "пилот #2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "80000",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 2,
                                            [3] = 9,
                                            name = 329,
                                        }, -- end of callsign
                                        onboard_num = 23,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [4]
                            [5] = 
                            {
                                hidden = true,
                                name = "Ил-76 РОС #001",
                                groupId = 23,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 30,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.758225,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69716,
                                            x = -164474.73482633,
                                            speed = 138.88888888889,
                                            airdromeId = 18,
                                            y = 462236.21834688,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72697377359391,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72201748815349,
                                            x = -352889.58642582,
                                            speed = 138.88888888889,
                                            y = 597396.57491721,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 10,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.726232,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.726078,
                                            x = -355692.3067714,
                                            speed = 138.88888888889,
                                            airdromeId = 22,
                                            y = 617269.96285781,
                                        }, -- end of [3]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Transport",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "IL-76MD",
                                        CLSID = "{439A1A0C-1A35-4B45-A0ED-2F2A0B0E8F31}",
                                        unitId = 62,
                                        lat = 0.758225,
                                        skill = "Average",
                                        y = 462236.21834688,
                                        long = 0.69716,
                                        x = -164474.73482633,
                                        name = "пилот #3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "80000",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 3,
                                            [3] = 1,
                                            name = 331,
                                        }, -- end of callsign
                                        onboard_num = 24,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [5]
                            [6] = 
                            {
                                hidden = true,
                                name = "Ил-76 РОС #002",
                                groupId = 24,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 180,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.758225,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69716,
                                            x = -164474.73482633,
                                            speed = 138.88888888889,
                                            airdromeId = 18,
                                            y = 462236.21834688,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73174213428228,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72254795418307,
                                            x = -322260.45647052,
                                            speed = 138.88888888889,
                                            y = 596931.41333165,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 18,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.731802,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.730691,
                                            x = -317948.32727306,
                                            speed = 138.88888888889,
                                            airdromeId = 24,
                                            y = 635639.37385346,
                                        }, -- end of [3]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Transport",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "IL-76MD",
                                        CLSID = "{439A1A0C-1A35-4B45-A0ED-2F2A0B0E8F31}",
                                        unitId = 63,
                                        lat = 0.758225,
                                        skill = "Average",
                                        y = 462236.21834688,
                                        long = 0.69716,
                                        x = -164474.73482633,
                                        name = "пилот #4",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "80000",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 3,
                                            [3] = 2,
                                            name = 332,
                                        }, -- end of callsign
                                        onboard_num = 25,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [6]
                            [7] = 
                            {
                                hidden = true,
                                name = "Ил-76 РОС #003",
                                groupId = 25,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 430,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.759437,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.761624,
                                            x = -124921.90954665,
                                            speed = 138.88888888889,
                                            airdromeId = 27,
                                            y = 760428.0733062,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 8000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73667334461105,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75379322114673,
                                            x = -274569.21966471,
                                            speed = 138.88888888889,
                                            y = 741853.02607775,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 45,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.736122,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.741468,
                                            x = -284889.06283057,
                                            speed = 138.88888888889,
                                            airdromeId = 25,
                                            y = 683853.75717885,
                                        }, -- end of [3]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Transport",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "IL-76MD",
                                        CLSID = "{439A1A0C-1A35-4B45-A0ED-2F2A0B0E8F31}",
                                        unitId = 64,
                                        lat = 0.759437,
                                        skill = "Average",
                                        y = 760428.0733062,
                                        long = 0.761624,
                                        x = -124921.90954665,
                                        name = "пилот #5",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "80000",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 3,
                                            [3] = 3,
                                            name = 333,
                                        }, -- end of callsign
                                        onboard_num = 26,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [7]
                            [8] = 
                            {
                                hidden = true,
                                name = "А-50",
                                groupId = 27,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76953157352529,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.64948736294603,
                                            x = -107347.28277596,
                                            speed = 138.88888888889,
                                            y = 237393.7296152,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74302247481228,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65132944029402,
                                            x = -275681.435532,
                                            speed = 138.88888888889,
                                            y = 254588.55969533,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73660880966276,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69353874457836,
                                            x = -303523.88232557,
                                            speed = 138.88888888889,
                                            y = 456494.50977968,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.742804288918,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65149645225472,
                                            x = -277029.78040941,
                                            speed = 138.88888888889,
                                            y = 255443.08466987,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76989545473785,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65024308261843,
                                            x = -104854.91494748,
                                            speed = 138.88888888889,
                                            y = 240745.82331073,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73553777505212,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70701443861305,
                                            x = -304989.32319204,
                                            speed = 138.88888888889,
                                            y = 520910.86067757,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74326822909699,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65192304799853,
                                            x = -273972.28264355,
                                            speed = 138.88888888889,
                                            y = 257298.85116771,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76909548348643,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.64983140047871,
                                            x = -110044.66664115,
                                            speed = 138.88888888889,
                                            y = 239118.46836895,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7354218628939,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70656304288058,
                                            x = -305915.63791202,
                                            speed = 138.88888888889,
                                            y = 518833.30882759,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74317286725505,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65238686019043,
                                            x = -274466.40644461,
                                            speed = 138.88888888889,
                                            y = 259510.28502036,
                                        }, -- end of [10]
                                        [11] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76900050731585,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6503070155805,
                                            x = -110537.45551202,
                                            speed = 138.88888888889,
                                            y = 241333.4281913,
                                        }, -- end of [11]
                                        [12] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73531761664051,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70747087124302,
                                            x = -306197.27727409,
                                            speed = 138.88888888889,
                                            y = 523197.50775073,
                                        }, -- end of [12]
                                        [13] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74307735188561,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65285052672164,
                                            x = -274961.59825853,
                                            speed = 138.88888888889,
                                            y = 261726.97462565,
                                        }, -- end of [13]
                                        [14] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76712127556341,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65106469621897,
                                            x = -122317.45036379,
                                            speed = 138.88888888889,
                                            y = 245435.75678649,
                                        }, -- end of [14]
                                        [15] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73498894762329,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70838169768685,
                                            x = -307902.89419833,
                                            speed = 138.88888888889,
                                            y = 527698.38922012,
                                        }, -- end of [15]
                                        [16] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74288270455683,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65057651983455,
                                            x = -276754.67604517,
                                            speed = 138.88888888889,
                                            y = 251095.8357775,
                                        }, -- end of [16]
                                        [17] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7695542293532,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65011115444435,
                                            x = -107059.40216845,
                                            speed = 138.88888888889,
                                            y = 240253.20202572,
                                        }, -- end of [17]
                                        [18] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73365406018394,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70960674737035,
                                            x = -315884.39882971,
                                            speed = 138.88888888889,
                                            y = 534276.93689822,
                                        }, -- end of [18]
                                        [19] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7427932027456,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65119235941923,
                                            x = -277174.44028612,
                                            speed = 138.88888888889,
                                            y = 254017.90530474,
                                        }, -- end of [19]
                                        [20] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.768771190363,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6501671311088,
                                            x = -112031.69901413,
                                            speed = 138.88888888889,
                                            y = 240767.81481643,
                                        }, -- end of [20]
                                        [21] = 
                                        {
                                            alt = 45,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.78545,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.651915,
                                            x = -5406.2803440839,
                                            speed = 138.88888888889,
                                            airdromeId = 12,
                                            y = 243127.2973737,
                                        }, -- end of [21]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "AWACS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "A-50",
                                        CLSID = "{CA17F0F8-6AEB-43FA-BC90-76732137F61D}",
                                        unitId = 69,
                                        lat = 0.76953157352529,
                                        skill = "Average",
                                        long = 0.64948736294603,
                                        x = -107347.28277596,
                                        name = "пилот #6",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "70000",
                                            flare = 192,
                                            chaff = 192,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 237393.7296152,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 3,
                                            [3] = 8,
                                            name = 338,
                                        }, -- end of callsign
                                        onboard_num = 27,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [8]
                            [9] = 
                            {
                                hidden = false,
                                name = "Ту-22М3 РОС",
                                groupId = 34,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 30,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.78688,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.679696,
                                            x = 11692.789495652,
                                            speed = 138.88888888889,
                                            airdromeId = 13,
                                            y = 367948.47230953,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 13300,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74621886628217,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72400116872037,
                                            x = -229352.66192213,
                                            speed = 277.77777777778,
                                            y = 594591.59136635,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 15,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.748055,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.717809,
                                            x = -220531.73642658,
                                            speed = 138.88888888889,
                                            airdromeId = 20,
                                            y = 564387.05872916,
                                        }, -- end of [3]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Ground Attack",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Tu-22M3",
                                        CLSID = "{C17483D6-2911-408C-B57B-1839E4CD0528}",
                                        unitId = 165,
                                        lat = 0.78688,
                                        skill = "Good",
                                        y = 367948.47230953,
                                        long = 0.679696,
                                        x = 11692.789495652,
                                        name = "пилот #8",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [2] = 
                                                {
                                                    CLSID = "{7C5F0F5F-0A0B-46E8-937C-8922303E39A8}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{7C5F0F5F-0A0B-46E8-937C-8922303E39A8}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{AD5E5863-08FC-4283-B92C-162E2B2BD3FF}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{7C5F0F5F-0A0B-46E8-937C-8922303E39A8}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{7C5F0F5F-0A0B-46E8-937C-8922303E39A8}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "50000",
                                            flare = 48,
                                            chaff = 48,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 4,
                                            [3] = 2,
                                            name = 342,
                                        }, -- end of callsign
                                        onboard_num = 57,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [9]
                            [10] = 
                            {
                                hidden = false,
                                name = "Ту-22М3 РОС #001",
                                groupId = 35,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 30,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.78688,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.679696,
                                            x = 11692.789495652,
                                            speed = 138.88888888889,
                                            airdromeId = 13,
                                            y = 367948.47230953,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74618339278889,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72400476400277,
                                            x = -229576.9500879,
                                            speed = 638.88888888889,
                                            y = 594631.41880784,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 15,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.748055,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.717809,
                                            x = -220531.73642658,
                                            speed = 138.88888888889,
                                            airdromeId = 20,
                                            y = 564387.05872916,
                                        }, -- end of [3]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Ground Attack",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Tu-22M3",
                                        CLSID = "{C17483D6-2911-408C-B57B-1839E4CD0528}",
                                        unitId = 166,
                                        lat = 0.78688,
                                        skill = "Good",
                                        y = 367948.47230953,
                                        long = 0.679696,
                                        x = 11692.789495652,
                                        name = "пилот #9",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [2] = 
                                                {
                                                    CLSID = "{E1AAE713-5FC3-4CAA-9FF5-3FDCFB899E33}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{E1AAE713-5FC3-4CAA-9FF5-3FDCFB899E33}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{BDAD04AA-4D4A-4E51-B958-180A89F963CF}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E1AAE713-5FC3-4CAA-9FF5-3FDCFB899E33}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E1AAE713-5FC3-4CAA-9FF5-3FDCFB899E33}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "50000",
                                            flare = 48,
                                            chaff = 48,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 4,
                                            [3] = 3,
                                            name = 343,
                                        }, -- end of callsign
                                        onboard_num = 58,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [10]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [2]
                [3] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Turkey",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 3,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [3]
                [4] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Ukraine",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 1,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [4]
            }, -- end of country
        }, -- end of red
    }, -- end of coalition
    sortie = "Переброска техники",
    version = 2,
    trigfuncStartup = 
    {
    }, -- end of trigfuncStartup
    currentKey = 8070,
    start_time = 36000,
    forcedOptions = 
    {
    }, -- end of forcedOptions
    failures = 
    {
    }, -- end of failures
} -- end of mission
